-
- Downloads
CPackDeb: dpkg-shlibdeps now supports searching for private shared libs
The new CPack variable `CPACK_DEBIAN_PACKAGE_SHLIBDEPS_PRIVATE_DIRS` can be set to a list of directories. If `CPACK_DEBIAN_PACKAGE_SHLIBDEPS` or `CPACK_DEBIAN_<component>_PACKAGE_SHLIBDEPS` are set to `ON` these directories will be searched by `dpkg-shlibdeps` in order to find private shared library dependencies of the libraries/executables that shall be packed.
Showing
- Help/cpack_gen/deb.rst 24 additions, 0 deletionsHelp/cpack_gen/deb.rst
- Help/release/dev/cpack-deb-shlibdeps-private-search-dirs.rst 8 additions, 0 deletionsHelp/release/dev/cpack-deb-shlibdeps-private-search-dirs.rst
- Modules/Internal/CPack/CPackDeb.cmake 15 additions, 2 deletionsModules/Internal/CPack/CPackDeb.cmake
- Tests/CMakeLists.txt 20 additions, 0 deletionsTests/CMakeLists.txt
- Tests/CPackComponentsDEB/CMakeLists.txt 14 additions, 0 deletionsTests/CPackComponentsDEB/CMakeLists.txt
- Tests/CPackComponentsDEB/MyLibCPackConfig-shlibdeps-with-private-lib-failure.cmake.in 24 additions, 0 deletions...ibCPackConfig-shlibdeps-with-private-lib-failure.cmake.in
- Tests/CPackComponentsDEB/MyLibCPackConfig-shlibdeps-with-private-lib-success.cmake.in 33 additions, 0 deletions...ibCPackConfig-shlibdeps-with-private-lib-success.cmake.in
- Tests/CPackComponentsDEB/RunCPackVerifyResult-shlibdeps-with-private-lib-failure.cmake 19 additions, 0 deletions...PackVerifyResult-shlibdeps-with-private-lib-failure.cmake
- Tests/CPackComponentsDEB/RunCPackVerifyResult-shlibdeps-with-private-lib-success.cmake 75 additions, 0 deletions...PackVerifyResult-shlibdeps-with-private-lib-success.cmake
- Tests/CPackComponentsDEB/RunCPackVerifyResult.cmake 11 additions, 2 deletionsTests/CPackComponentsDEB/RunCPackVerifyResult.cmake
- Tests/CPackComponentsDEB/mylibapp.cpp 14 additions, 1 deletionTests/CPackComponentsDEB/mylibapp.cpp
- Tests/CPackComponentsDEB/shlibdeps-with-private-lib/CMakeLists.txt 5 additions, 0 deletions...ckComponentsDEB/shlibdeps-with-private-lib/CMakeLists.txt
- Tests/CPackComponentsDEB/shlibdeps-with-private-lib/myprivatelib.cpp 8 additions, 0 deletions...ComponentsDEB/shlibdeps-with-private-lib/myprivatelib.cpp
- Tests/CPackComponentsDEB/shlibdeps-with-private-lib/myprivatelib.h 1 addition, 0 deletions...ckComponentsDEB/shlibdeps-with-private-lib/myprivatelib.h
Loading
Please register or sign in to comment