summaryrefslogtreecommitdiff
path: root/utils/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'utils/CMakeLists.txt')
-rw-r--r--utils/CMakeLists.txt5
1 files changed, 0 insertions, 5 deletions
diff --git a/utils/CMakeLists.txt b/utils/CMakeLists.txt
deleted file mode 100644
index 53cf0c0..0000000
--- a/utils/CMakeLists.txt
+++ /dev/null
@@ -1,5 +0,0 @@
-include_directories("../libproxy")
-
-add_executable(proxy proxy.c)
-target_link_libraries(proxy libproxy)
-install(TARGETS proxy RUNTIME DESTINATION ${BIN_INSTALL_DIR}) \ No newline at end of file