Re: [CMake] Building multiple Debian packages from one source

2012-11-27 Thread Patrick Nowak
Hi Eric, thanks, set(CPACK_DEB_COMPONENT_INSTALL 1) solved my problem. Best regards, Patrick Am 27.11.2012 14:17, schrieb Eric Noulard: 2012/11/27 Patrick Nowak : Hi, I am currently trying to build more then one Debian package from my sources. One package should contain the shared lib and

[CMake] Building multiple Debian packages from one source

2012-11-27 Thread Patrick Nowak
Hi, I am currently trying to build more then one Debian package from my sources. One package should contain the shared lib and the binary and should simply be called projectname-1.0.0.deb and the other one should contain the headers and optionally a static lib and should be called projectname