QGIS/images/north_arrows/CMakeLists.txt
timlinux 2695fcdaec Added north arrows from Nikos Alexandris
git-svn-id: http://svn.osgeo.org/qgis/trunk@13955 c8812cc2-4d05-0410-92ff-de0c093fc19c
2010-07-24 04:13:29 +00:00

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)