]> git.stg.codes - stg.git/blobdiff - stargazer/plugins/store/CMakeLists.txt
Reorganize plugins.
[stg.git] / stargazer / plugins / store / CMakeLists.txt
diff --git a/stargazer/plugins/store/CMakeLists.txt b/stargazer/plugins/store/CMakeLists.txt
deleted file mode 100644 (file)
index 1ae9616..0000000
+++ /dev/null
@@ -1,15 +0,0 @@
-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 )