]> git.stg.codes - stg.git/blob - stargazer/plugins/other/smux/CMakeLists.txt
2888d3849ae2fe9c7ed93b964835be52c23b9ecc
[stg.git] / stargazer / plugins / other / smux / CMakeLists.txt
1 set ( CPP_FILES smux.cpp
2                 sensors.cpp
3                 tables.cpp
4                 handlers.cpp
5                 utils.cpp
6                 types.cpp )
7
8 add_library ( mod_smux MODULE ${CPP_FILES} )
9
10 target_link_libraries ( mod_smux scriptexecuter logger smux common )