share/hedgewars/Data/Themes/Golf/CMakeLists.txt
author antonc27 <antonc27@mail.ru>
Mon, 09 Nov 2015 05:02:53 +0100
branchios-revival
changeset 11327 a0163b8302c5
parent 5535 f18ae9c9ab3d
child 11773 ae10ff578eb2
permissions -rw-r--r--
- Fix for wrong footer labels size on autorotation on GameConfig screen
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
5535
f18ae9c9ab3d Fixed up Golf theme. Should look pretty good, now.
mikade
parents:
diff changeset
     1
file(GLOB images *.png)
f18ae9c9ab3d Fixed up Golf theme. Should look pretty good, now.
mikade
parents:
diff changeset
     2
f18ae9c9ab3d Fixed up Golf theme. Should look pretty good, now.
mikade
parents:
diff changeset
     3
install(FILES
f18ae9c9ab3d Fixed up Golf theme. Should look pretty good, now.
mikade
parents:
diff changeset
     4
    theme.cfg
f18ae9c9ab3d Fixed up Golf theme. Should look pretty good, now.
mikade
parents:
diff changeset
     5
    ${images}
f18ae9c9ab3d Fixed up Golf theme. Should look pretty good, now.
mikade
parents:
diff changeset
     6
    DESTINATION ${SHAREPATH}Data/Themes/Golf)