changeset 11774 | 8b17caab10ec |
parent 6090 | bf098cf5f998 |
--- a/share/hedgewars/Data/Themes/Cave/CMakeLists.txt Thu Apr 28 21:28:22 2016 +0200 +++ b/share/hedgewars/Data/Themes/Cave/CMakeLists.txt Fri Apr 29 00:56:04 2016 +0200 @@ -1,6 +1,8 @@ file(GLOB images *.png) +file(GLOB credits.txt credits) install(FILES theme.cfg ${images} + credits.txt DESTINATION ${SHAREPATH}Data/Themes/Cave)