QGIS/doc/CMakeLists.txt

16 lines
268 B
CMake
Raw Normal View History

SET (DOC_FILES
favicon.ico
index.html
qgisdoc.css
userguide.pdf
)
#SUBDIRS (images plugins install_guide)
INSTALL(FILES ${DOC_FILES}
DESTINATION ${QGIS_DATA_DIR}/doc)
INSTALL(FILES images/qgis_new_80pct.png
DESTINATION ${QGIS_DATA_DIR}/doc/images)