]> git.stg.codes - stg.git/blobdiff - stargazer/plugins/other/rscript/CMakeLists.txt
Port to CMake, get rid of os_int.h.
[stg.git] / stargazer / plugins / other / rscript / CMakeLists.txt
diff --git a/stargazer/plugins/other/rscript/CMakeLists.txt b/stargazer/plugins/other/rscript/CMakeLists.txt
new file mode 100644 (file)
index 0000000..14467f0
--- /dev/null
@@ -0,0 +1,5 @@
+set ( CPP_FILES rscript.cpp nrmap_parser.cpp )
+
+add_library ( mod_remote_script MODULE ${CPP_FILES} )
+
+target_link_libraries ( mod_remote_script crypto scriptexecuter logger common )