share/hedgewars/Data/Maps/ClimbHome/CMakeLists.txt
author Wuzzy <almikes@aol.com>
Sat, 08 Apr 2017 06:22:43 +0200
changeset 12188 099e59894671
parent 11899 0b6baf802b3d
permissions -rw-r--r--
Fix CPU level sprites falling down in ClimbHome (instead of stars)
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
10415
nemo
parents:
diff changeset
     1
install(FILES
nemo
parents:
diff changeset
     2
    mask.png
nemo
parents:
diff changeset
     3
    map.cfg
nemo
parents:
diff changeset
     4
    map.lua
nemo
parents:
diff changeset
     5
    preview.png
11899
0b6baf802b3d Fix improper locale detection for mission map descriptions
Wuzzy <almikes@aol.com>
parents: 10415
diff changeset
     6
    desc.txt
10415
nemo
parents:
diff changeset
     7
    DESTINATION ${SHAREPATH}Data/Maps/ClimbHome)