mirror of
https://github.com/qgis/QGIS.git
synced 2025-06-18 00:04:02 -04:00
9 lines
221 B
CMake
9 lines
221 B
CMake
FILE(GLOB PY_FILES *.py)
|
|
FILE(GLOB ICON_FILES icons/*.png)
|
|
|
|
ADD_SUBDIRECTORY(scripts)
|
|
ADD_SUBDIRECTORY(pyogr)
|
|
|
|
PLUGIN_INSTALL(processing ./algs/gdal ${PY_FILES})
|
|
PLUGIN_INSTALL(processing ./algs/gdal/icons ${ICON_FILES})
|