author | Wuzzy <almikes@aol.com> |
Mon, 25 Sep 2017 16:50:35 +0200 | |
changeset 12512 | b1c2b0a8a43e |
parent 9306 | c9978ada9a3d |
permissions | -rw-r--r-- |
7632 | 1 |
file(GLOB Config *.ini) |
2 |
file(GLOB Missions *.lua) |
|
8979
860836494821
Package the 3 dynamic maps broken by recent uFloat changes as static maps. first_blood actually didn't seem to need it, but, just in case.
nemo
parents:
8443
diff
changeset
|
3 |
file(GLOB Packs *.hwp) |
7632 | 4 |
|
5 |
install(FILES |
|
8443 | 6 |
${Config} |
7 |
${Missions} |
|
8979
860836494821
Package the 3 dynamic maps broken by recent uFloat changes as static maps. first_blood actually didn't seem to need it, but, just in case.
nemo
parents:
8443
diff
changeset
|
8 |
${Packs} |
9306
c9978ada9a3d
changed mission dir name to use underscores instead of whitespaces
Periklis Ntanasis <pntanasis@gmail.com>
parents:
8979
diff
changeset
|
9 |
DESTINATION "${SHAREPATH}Data/Missions/Campaign/A_Classic_Fairytale") |