From 81b64bcfc0a32fdeb0e4f367adbf273d924e55f4 Mon Sep 17 00:00:00 2001 From: gregory guy Date: Tue, 20 Oct 2020 14:40:51 +0200 Subject: Conversion to the cmake building system. Signed-off-by: gregory guy --- src/scripts/CMakeLists.txt | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 src/scripts/CMakeLists.txt (limited to 'src/scripts') 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} +) -- cgit v1.2.1