equal
deleted
inserted
replaced
|
1 file(GLOB Trainings t*.txt t*.lua) |
|
2 file(GLOB Singleplayer s*.txt s*.lua) |
|
3 file(GLOB Cooperative c*.txt c*.lua) |
|
4 |
|
5 install(FILES |
|
6 ${Trainings} |
|
7 ${Singleplayer} |
|
8 ${Cooperative} |
|
9 DESTINATION ${SHAREPATH}Data/Trainings) |