foundationdb/fdbservice
mpilman 2537f26de6 First implementaion of more user-friendly cpack
Up unto here this code is only very rudiemantery tested.

This is a firest attempt of making cpack more user-friendly.
The basic idea is to generate a component for package type so
that we can have different paths depending on whether we build
an RPM, a DEB, a TGZ, or a MacOS installer. The cpack package
config file will then chose the correct components to use.

In a later point this should make it possible to build these
with `make packages` and the ugly iteration with calling cmake
between each package would be obsolete. While this solution is
a bit more bloated, it is also much more flexible and it will be
much easier to use.

Another benefit is, that this will get rid of all warnings during
a cpack run
2019-03-07 16:49:29 -08:00
..
CMakeLists.txt First implementaion of more user-friendly cpack 2019-03-07 16:49:29 -08:00
FDBService.cpp Guard all versions.h to not break old WIN32 build 2019-02-08 16:06:00 -08:00
ServiceBase.cpp Fix typo: orginal > original 2018-04-20 17:29:13 +09:00
ServiceBase.h Initial repository commit 2017-05-25 13:48:44 -07:00
ThreadPool.h Fixed several minor code issues 2019-01-24 14:43:12 -08:00
fdbservice.vcxproj Remove references to unused project 2018-04-12 10:56:06 -07:00
fdbservice.vcxproj.filters Initial repository commit 2017-05-25 13:48:44 -07:00