]> git.stg.codes - stg.git/blobdiff - stargazer/plugins/store/CMakeLists.txt
Port to CMake, get rid of os_int.h.
[stg.git] / stargazer / plugins / store / CMakeLists.txt
diff --git a/stargazer/plugins/store/CMakeLists.txt b/stargazer/plugins/store/CMakeLists.txt
new file mode 100644 (file)
index 0000000..1ae9616
--- /dev/null
@@ -0,0 +1,15 @@
+if ( BUILD_MOD_STORE_FILES )
+    add_subdirectory ( files )
+endif ( BUILD_MOD_STORE_FILES )
+
+if ( BUILD_MOD_STORE_FIREBIRD )
+    add_subdirectory ( firebird )
+endif ( BUILD_MOD_STORE_FIREBIRD )
+
+if ( BUILD_MOD_STORE_MYSQL )
+    add_subdirectory ( mysql )
+endif ( BUILD_MOD_STORE_MYSQL )
+
+if ( BUILD_MOD_STORE_POSTGRESQL )
+    add_subdirectory ( postgresql )
+endif ( BUILD_MOD_STORE_POSTGRESQL )