mirror of
https://github.com/fabiangreffrath/woof.git
synced 2025-09-17 17:16:42 -04:00
18 lines
328 B
CMake
18 lines
328 B
CMake
set(WOOF_DOCS
|
|
boom.txt
|
|
boomdeh.txt
|
|
boomref.txt
|
|
mapcolors_vanilla.cfg
|
|
mbf.txt
|
|
mbfedit.txt
|
|
mbffaq.txt
|
|
options.txt
|
|
woofhud.lmp
|
|
woofhud.md)
|
|
|
|
if(WIN32)
|
|
install(FILES ${WOOF_DOCS} DESTINATION docs)
|
|
else()
|
|
install(FILES ${WOOF_DOCS} DESTINATION "share/doc/${PROJECT_SHORTNAME}")
|
|
endif()
|