diff options
Diffstat (limited to 'src/scripts')
-rw-r--r-- | src/scripts/CMakeLists.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/scripts/CMakeLists.txt b/src/scripts/CMakeLists.txt new file mode 100644 index 0000000..525a0fb --- /dev/null +++ b/src/scripts/CMakeLists.txt @@ -0,0 +1,4 @@ +install( + PROGRAMS usewithtor + DESTINATION ${BIN_INSTALL_DIR} +) |