X-Git-Url: https://git.stg.codes/stg.git/blobdiff_plain/8c6fa3fbaccc22127280bf77a48fab5a3ee0716e..46b0747592074017ff0ea4b33d4a7194235886e5:/stargazer/plugins/configuration/CMakeLists.txt diff --git a/stargazer/plugins/configuration/CMakeLists.txt b/stargazer/plugins/configuration/CMakeLists.txt new file mode 100644 index 00000000..a00ff38e --- /dev/null +++ b/stargazer/plugins/configuration/CMakeLists.txt @@ -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 )