X-Git-Url: https://git.stg.codes/stg.git/blobdiff_plain/8c6fa3fbaccc22127280bf77a48fab5a3ee0716e..46b0747592074017ff0ea4b33d4a7194235886e5:/stargazer/plugins/other/CMakeLists.txt diff --git a/stargazer/plugins/other/CMakeLists.txt b/stargazer/plugins/other/CMakeLists.txt new file mode 100644 index 00000000..60f942f2 --- /dev/null +++ b/stargazer/plugins/other/CMakeLists.txt @@ -0,0 +1,15 @@ +if ( BUILD_MOD_PING ) + add_subdirectory ( ping ) +endif ( BUILD_MOD_PING ) + +if ( BUILD_MOD_RADIUS ) + add_subdirectory ( radius ) +endif ( BUILD_MOD_RADIUS ) + +if ( BUILD_MOD_RSCRYPT ) + add_subdirectory ( rscript ) +endif ( BUILD_MOD_RSCRYPT ) + +if ( BUILD_MOD_SMUX ) + add_subdirectory ( smux ) +endif ( BUILD_MOD_SMUX )