]> git.stg.codes - stg.git/blob - stargazer/plugins/other/rscript/CMakeLists.txt
Remove Makefiles from libs.
[stg.git] / stargazer / plugins / other / rscript / CMakeLists.txt
1 set ( CPP_FILES rscript.cpp nrmap_parser.cpp )
2
3 add_library ( mod_remote_script MODULE ${CPP_FILES} )
4
5 target_link_libraries ( mod_remote_script crypto scriptexecuter logger common )