diff options
Diffstat (limited to 'usr/bin/CMakeLists.txt')
-rw-r--r-- | usr/bin/CMakeLists.txt | 4 |
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} +) |