]> git.stg.codes - stg.git/blob - stargazer/plugins/store/CMakeLists.txt
Port to CMake, get rid of os_int.h.
[stg.git] / stargazer / plugins / store / CMakeLists.txt
1 if ( BUILD_MOD_STORE_FILES )
2     add_subdirectory ( files )
3 endif ( BUILD_MOD_STORE_FILES )
4
5 if ( BUILD_MOD_STORE_FIREBIRD )
6     add_subdirectory ( firebird )
7 endif ( BUILD_MOD_STORE_FIREBIRD )
8
9 if ( BUILD_MOD_STORE_MYSQL )
10     add_subdirectory ( mysql )
11 endif ( BUILD_MOD_STORE_MYSQL )
12
13 if ( BUILD_MOD_STORE_POSTGRESQL )
14     add_subdirectory ( postgresql )
15 endif ( BUILD_MOD_STORE_POSTGRESQL )