share/hedgewars/Data/Graphics/Hedgehog/CMakeLists.txt
author Wuzzy <almikes@aol.com>
Tue, 26 Sep 2017 03:58:23 +0200
changeset 12538 f8801c72a6c8
parent 8443 2debc9b9f917
permissions -rw-r--r--
ASA, The first stop: Take possibility into account that whole team can be wiped out
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
822
2ae8fd8ef804 Use 'rope gun' sprite
unc0rr
parents:
diff changeset
     1
file(GLOB HedgehogSprites *.png)
2ae8fd8ef804 Use 'rope gun' sprite
unc0rr
parents:
diff changeset
     2
2ae8fd8ef804 Use 'rope gun' sprite
unc0rr
parents:
diff changeset
     3
install(FILES
8443
2debc9b9f917 remove trailing whitespaces from share too
koda
parents: 822
diff changeset
     4
    ${HedgehogSprites}
2debc9b9f917 remove trailing whitespaces from share too
koda
parents: 822
diff changeset
     5
    DESTINATION ${SHAREPATH}Data/Graphics/Hedgehog)