mirror of
https://github.com/qgis/QGIS.git
synced 2025-02-23 00:02:38 -05:00
6 lines
122 B
CMake
6 lines
122 B
CMake
|
|
FILE (GLOB PNGIMAGES *.png)
|
|
|
|
INSTALL (FILES ${PNGIMAGES}
|
|
DESTINATION ${QGIS_DATA_DIR}/images/north_arrows)
|