1
0
Fork 0
mirror of https://github.com/tuxedocomputers/tuxedo-touchpad-switch.git synced 2025-01-18 11:41:10 +01:00

Automatically set dependencies

This commit is contained in:
Werner Sembach 2021-01-28 18:36:54 +01:00
parent 8f7ada8dd4
commit 3f349b2c8c
2 changed files with 2 additions and 1 deletions

2
.gitignore vendored
View file

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

View file

@ -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)