summaryrefslogtreecommitdiffstats
path: root/usr/bin/CMakeLists.txt
diff options
context:
space:
mode:
authorgregory guy <g-gregory@gmx.fr>2019-06-05 14:10:02 +0200
committerTDE Gitea <gitea@mirror.git.trinitydesktop.org>2019-07-06 13:05:59 +0000
commit693098407fe303737f506cb5ef67e7f8209018d1 (patch)
tree213b38fb8d06c150b62456afe63e5649976235eb /usr/bin/CMakeLists.txt
parent522570f0911dd6e79f3378b353552d5ea97b765f (diff)
downloadsmartcardauth-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/bin/CMakeLists.txt')
-rw-r--r--usr/bin/CMakeLists.txt4
1 files changed, 4 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}
+)