]> git.stg.codes - stg.git/blobdiff - rscriptd/CMakeLists.txt
Move projects back into subfolder.
[stg.git] / rscriptd / CMakeLists.txt
diff --git a/rscriptd/CMakeLists.txt b/rscriptd/CMakeLists.txt
deleted file mode 100644 (file)
index 9228b37..0000000
+++ /dev/null
@@ -1,10 +0,0 @@
-set ( CPP_FILES main.cpp listener.cpp pidfile.cpp )
-
-set ( THREADS_PREFER_PTHREAD_FLAG ON )
-find_package ( Threads REQUIRED )
-
-add_executable ( rscriptd ${CPP_FILES} )
-
-target_link_libraries ( rscriptd scriptexecuter conffiles logger crypto common Threads::Threads )
-
-# TODO: install