]> git.stg.codes - stg.git/blobdiff - stargazer/plugins/authorization/CMakeLists.txt
Port to CMake, get rid of os_int.h.
[stg.git] / stargazer / plugins / authorization / CMakeLists.txt
diff --git a/stargazer/plugins/authorization/CMakeLists.txt b/stargazer/plugins/authorization/CMakeLists.txt
new file mode 100644 (file)
index 0000000..b94841a
--- /dev/null
@@ -0,0 +1,7 @@
+if ( BUILD_MOD_AO )
+    add_subdirectory ( ao )
+endif ( BUILD_MOD_AO )
+
+if ( BUILD_MOD_IA )
+    add_subdirectory ( inetaccess )
+endif ( BUILD_MOD_IA )