]> git.stg.codes - stg.git/blobdiff - stargazer/plugins/other/CMakeLists.txt
Port to CMake, get rid of os_int.h.
[stg.git] / stargazer / plugins / other / CMakeLists.txt
diff --git a/stargazer/plugins/other/CMakeLists.txt b/stargazer/plugins/other/CMakeLists.txt
new file mode 100644 (file)
index 0000000..60f942f
--- /dev/null
@@ -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 )