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