Automatically set dependencies

pull/3/head
Werner Sembach 4 years ago
parent 8f7ada8dd4
commit 3f349b2c8c

2
.gitignore vendored

@ -19,6 +19,6 @@
/debug/
/.idea/
/.cproject
/.project
/.cproject
/*.kdev4

@ -40,4 +40,5 @@ SET(CPACK_GENERATOR DEB)
SET(CPACK_PACKAGE_CONTACT "Werner Sembach <tux@tuxedocomputers.com>")
SET(CPACK_PACKAGE_VERSION ${SEMVER})
SET(CPACK_DEBIAN_PACKAGE_SECTION admin)
SET(CPACK_DEBIAN_PACKAGE_SHLIBDEPS ON)
include(CPack)

Loading…
Cancel
Save