Name and description of multiple debian packages with CMake and CPack
I am currently trying to generate more than one debian package from my project. My only problem with this is setting the name, description, group and so forth of the packages. # -------------------------------------------------------------- # Required CMake version # -------------------------------------------------------------- CMAKE_MINIMUM_REQUIRED (VERSION 2.8) # -------------------------------------------------------------- # Project name # -------------------------------------------------------------- PROJECT (MyProject) # -------------------------------------------------------------- #