2012-04-16 13:19:40 +02:00
|
|
|
ADD_SUBDIRECTORY(postgis)
|
|
|
|
ADD_SUBDIRECTORY(spatialite)
|
2015-07-25 16:51:38 +02:00
|
|
|
ADD_SUBDIRECTORY(oracle)
|
2012-04-17 22:44:47 +02:00
|
|
|
|
|
|
|
FILE(GLOB PY_FILES *.py)
|
2012-10-20 00:24:35 +02:00
|
|
|
PLUGIN_INSTALL(db_manager db_plugins ${PY_FILES})
|