]> git.stg.codes - stg.git/blob - stargazer/plugins/other/CMakeLists.txt
Port to CMake, get rid of os_int.h.
[stg.git] / stargazer / plugins / other / CMakeLists.txt
1 if ( BUILD_MOD_PING )
2     add_subdirectory ( ping )
3 endif ( BUILD_MOD_PING )
4
5 if ( BUILD_MOD_RADIUS )
6     add_subdirectory ( radius )
7 endif ( BUILD_MOD_RADIUS )
8
9 if ( BUILD_MOD_RSCRYPT )
10     add_subdirectory ( rscript )
11 endif ( BUILD_MOD_RSCRYPT )
12
13 if ( BUILD_MOD_SMUX )
14     add_subdirectory ( smux )
15 endif ( BUILD_MOD_SMUX )