]> git.stg.codes - stg.git/blob - stargazer/plugins/other/smux/CMakeLists.txt
Port to CMake, get rid of os_int.h.
[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 )