]> git.stg.codes - stg.git/blobdiff - stargazer/plugins/other/smux/CMakeLists.txt
Port to CMake, get rid of os_int.h.
[stg.git] / stargazer / plugins / other / smux / CMakeLists.txt
diff --git a/stargazer/plugins/other/smux/CMakeLists.txt b/stargazer/plugins/other/smux/CMakeLists.txt
new file mode 100644 (file)
index 0000000..2888d38
--- /dev/null
@@ -0,0 +1,10 @@
+set ( CPP_FILES smux.cpp
+                sensors.cpp
+                tables.cpp
+                handlers.cpp
+                utils.cpp
+                types.cpp )
+
+add_library ( mod_smux MODULE ${CPP_FILES} )
+
+target_link_libraries ( mod_smux scriptexecuter logger smux common )