We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3768d04 commit bda76e5Copy full SHA for bda76e5
python/plugins/db_manager/db_plugins/CMakeLists.txt
@@ -1,5 +1,6 @@
1
ADD_SUBDIRECTORY(postgis)
2
ADD_SUBDIRECTORY(spatialite)
3
+ADD_SUBDIRECTORY(oracle)
4
5
FILE(GLOB PY_FILES *.py)
6
PLUGIN_INSTALL(db_manager db_plugins ${PY_FILES})
0 commit comments