mirror of
https://github.com/qgis/QGIS.git
synced 2025-02-25 00:58:06 -05:00
11 lines
231 B
CMake
11 lines
231 B
CMake
add_subdirectory(postgis)
|
|
add_subdirectory(spatialite)
|
|
add_subdirectory(gpkg)
|
|
if(WITH_ORACLE)
|
|
add_subdirectory(oracle)
|
|
endif()
|
|
add_subdirectory(vlayers)
|
|
|
|
file(GLOB PY_FILES *.py)
|
|
PLUGIN_INSTALL(db_manager db_plugins ${PY_FILES})
|