mirror of
https://github.com/qgis/QGIS.git
synced 2025-04-14 00:07:35 -04:00
4 lines
91 B
CMake
4 lines
91 B
CMake
FILE(GLOB IMAGE_FILES *.png)
|
|
|
|
PLUGIN_INSTALL(processing ./images/gdaltools ${IMAGE_FILES})
|