cmake - Separating symbolic links in CPack for deb generation -
I'm trying to make Deb package CMake problem is, I'm having trouble dividing the symbolic link So that it will match standard conferences for the Debian package:
- lib
- / usr / lib /<name>.so.< Major Version & gt; & Lt; Minor version & gt;
- /usr/lib/<name>sso< Main version & gt; -> Before the SIM link
- Name & gt; -dev.deb
- /usr/lib/<name>.so -> SIM link
What I am thinking, how can I separate it CPM using CPK's DEB generator? Is there any way to put symbolic links in a different component?
Thank you
IRC (said someone # CMK @ Fronod) I I can use NAMELINK_ONLY for an established order and I have a duplicate with NAMELINK_SKIP installed. Then, if I'm for which he specifies individual components of each, is he has behavior I see.
Example:
Install (TARGETS Project Library DESTINATION BBB Component Runtime NAMELINK_SKIP) Install (TARGETS Project Library Destinenshn Lib content Dave NAMELINK_ONLY)
Comments
Post a Comment