[CMake] Porting to CMAKE and utilizing the CPack

2015-11-12 Thread Šimon Tóth
I have managed to port my SW to CMake fine, but now I'm running into issues with the CPack package generation (debian packages for now). I'm using the "dh_" commands in the package generation for debian. What would be the equivalent in CMake? In particular, installing cron scripts, init.d

Re: [CMake] Porting to CMAKE and utilizing the CPack

2015-11-12 Thread Matthew Keeler
Installing arbitrary files is accomplished by adding install commands into your CMakeLists. The documentation for the command is here: https://cmake.org/cmake/help/v3.3/command/install.html For something like an init script or systemd unit file they are going to live outside the normal