mirror of
https://github.com/qgis/QGIS.git
synced 2025-03-15 00:04:37 -04:00
6 lines
117 B
CMake
6 lines
117 B
CMake
|
|
FILE (GLOB PNGIMAGES *.png)
|
|
|
|
INSTALL (FILES ${PNGIMAGES}
|
|
DESTINATION ${QGIS_DATA_DIR}/images/north_arrows)
|