share/hedgewars/Data/Themes/Golf/CMakeLists.txt
author koda
Sun, 20 Mar 2016 01:16:11 -0400
changeset 11611 b53c3134d55a
parent 5535 f18ae9c9ab3d
child 11773 ae10ff578eb2
permissions -rw-r--r--
Fix bundle already present check
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)