]> git.stg.codes - stg.git/blob - stargazer/plugins/other/radius/CMakeLists.txt
Port to CMake, get rid of os_int.h.
[stg.git] / stargazer / plugins / other / radius / CMakeLists.txt
1 find_package ( YAJL REQUIRED )
2
3 set ( CPP_FILES radius.cpp
4                 config.cpp
5                 conn.cpp )
6
7 add_library ( mod_radius MODULE ${CPP_FILES} )
8
9 target_link_libraries ( mod_radius logger json common YAJL::YAJL )