mirror of
https://github.com/qgis/QGIS.git
synced 2025-02-24 00:47:57 -05:00
11 lines
244 B
CMake
11 lines
244 B
CMake
|
|
FILE (GLOB PNGIMAGES *.png)
|
|
|
|
INSTALL (FILES ${PNGIMAGES}
|
|
DESTINATION ${QGIS_DATA_DIR}/images/north_arrows)
|
|
|
|
FILE (GLOB SVGIMAGES *.svg)
|
|
|
|
INSTALL (FILES ${SVGIMAGES}
|
|
DESTINATION ${QGIS_DATA_DIR}/images/north_arrows)
|