diff options
author | gregory guy <g-gregory@gmx.fr> | 2019-06-05 14:10:02 +0200 |
---|---|---|
committer | TDE Gitea <gitea@mirror.git.trinitydesktop.org> | 2019-07-06 13:05:59 +0000 |
commit | 693098407fe303737f506cb5ef67e7f8209018d1 (patch) | |
tree | 213b38fb8d06c150b62456afe63e5649976235eb /usr | |
parent | 522570f0911dd6e79f3378b353552d5ea97b765f (diff) | |
download | smartcardauth-693098407fe303737f506cb5ef67e7f8209018d1.tar.gz smartcardauth-693098407fe303737f506cb5ef67e7f8209018d1.zip |
conversion to the cmake building system
Signed-off-by: gregory guy <g-gregory@gmx.fr>
Diffstat (limited to 'usr')
-rw-r--r-- | usr/bin/CMakeLists.txt | 4 | ||||
-rw-r--r-- | usr/share/initramfs-tools/hooks/CMakeLists.txt | 4 |
2 files changed, 8 insertions, 0 deletions
diff --git a/usr/bin/CMakeLists.txt b/usr/bin/CMakeLists.txt new file mode 100644 index 0000000..db64318 --- /dev/null +++ b/usr/bin/CMakeLists.txt @@ -0,0 +1,4 @@ +install( + PROGRAMS cryptosmartcard.sh + DESTINATION ${BIN_INSTALL_DIR} +) diff --git a/usr/share/initramfs-tools/hooks/CMakeLists.txt b/usr/share/initramfs-tools/hooks/CMakeLists.txt new file mode 100644 index 0000000..5e05159 --- /dev/null +++ b/usr/share/initramfs-tools/hooks/CMakeLists.txt @@ -0,0 +1,4 @@ +install( + PROGRAMS cryptlukssc + DESTINATION ${SHARE_INSTALL_PREFIX}/initramfs-tools/hooks +) |