share/hedgewars/Data/Themes/deepspace/CMakeLists.txt
author nemo
Sun, 24 Jan 2010 16:24:24 +0000
changeset 2707 633cac1d6f9a
parent 2602 3deb9ff104da
permissions -rw-r--r--
Olympics theme, Ruler map training map and a bunch of new textures for the more "3d" terrain thingy Smaxx added.
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
2602
3deb9ff104da update themes cmakefiles to use GLOB instead of listing all the files
koda
parents: 2497
diff changeset
     1
file(GLOB images *.png)
3deb9ff104da update themes cmakefiles to use GLOB instead of listing all the files
koda
parents: 2497
diff changeset
     2
2497
29678306d4fb set svn:eol-style to native
unc0rr
parents: 2468
diff changeset
     3
install(FILES
29678306d4fb set svn:eol-style to native
unc0rr
parents: 2468
diff changeset
     4
    theme.cfg
2602
3deb9ff104da update themes cmakefiles to use GLOB instead of listing all the files
koda
parents: 2497
diff changeset
     5
    ${images}
2497
29678306d4fb set svn:eol-style to native
unc0rr
parents: 2468
diff changeset
     6
    DESTINATION ${SHAREPATH}Data/Themes/deepspace)