]> git.stg.codes - stg.git/blobdiff - stargazer/plugins/configuration/CMakeLists.txt
Port to CMake, get rid of os_int.h.
[stg.git] / stargazer / plugins / configuration / CMakeLists.txt
diff --git a/stargazer/plugins/configuration/CMakeLists.txt b/stargazer/plugins/configuration/CMakeLists.txt
new file mode 100644 (file)
index 0000000..a00ff38
--- /dev/null
@@ -0,0 +1,7 @@
+if ( BUILD_MOD_SGCONFIG )
+    add_subdirectory ( sgconfig )
+endif ( BUILD_MOD_SGCONFIG )
+
+if ( BUILD_MOD_RPCCONFIG )
+    add_subdirectory ( rpcconfig )
+endif ( BUILD_MOD_RPCCONFIG )