rom-properties/doc/CMakeLists.txt
2018-04-28 09:45:43 -04:00

28 lines
496 B
CMake

PROJECT(doc)
#################
# Installation. #
#################
INCLUDE(DirInstallPaths)
# TODO: Convert from Unix line endings to Windows when
# compiling for Windows?
INSTALL(FILES
keys.conf.example
rom-properties.conf.example
COMPILING.md
DESTINATION "${DIR_INSTALL_DOC}"
COMPONENT "doc"
)
# Root directory files should be installed in
# the root directory on Windows.
INSTALL(FILES
../README.md
../NEWS.md
../LICENSE
DESTINATION "${DIR_INSTALL_DOC_ROOT}"
COMPONENT "doc"
)