summaryrefslogtreecommitdiffstats
path: root/src/scripts/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'src/scripts/CMakeLists.txt')
-rw-r--r--src/scripts/CMakeLists.txt4
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}
+)