X-Git-Url: https://git.stg.codes/stg.git/blobdiff_plain/8c6fa3fbaccc22127280bf77a48fab5a3ee0716e..46b0747592074017ff0ea4b33d4a7194235886e5:/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 index 00000000..2888d384 --- /dev/null +++ b/stargazer/plugins/other/smux/CMakeLists.txt @@ -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 )