share/hedgewars/Data/Themes/Desert/CMakeLists.txt
author Wuzzy <Wuzzy2@mail.ru>
Sun, 26 Aug 2018 16:51:01 +0200
changeset 13706 dec29ef3ef76
parent 2709 4fa7c5bd067c
permissions -rw-r--r--
GameServer: Use consistent formatting of clan chat (compared with engine) It's called "clan chat" now, not "team chat". Also the brackets and text positions were inconsistent with engine.
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
2709
4fa7c5bd067c Add Desert theme
nemo
parents:
diff changeset
     1
file(GLOB images *.png)
4fa7c5bd067c Add Desert theme
nemo
parents:
diff changeset
     2
4fa7c5bd067c Add Desert theme
nemo
parents:
diff changeset
     3
install(FILES
4fa7c5bd067c Add Desert theme
nemo
parents:
diff changeset
     4
    theme.cfg
4fa7c5bd067c Add Desert theme
nemo
parents:
diff changeset
     5
    ${images}
4fa7c5bd067c Add Desert theme
nemo
parents:
diff changeset
     6
    DESTINATION ${SHAREPATH}Data/Themes/Desert)