share/hedgewars/Data/Missions/CMakeLists.txt
changeset 2788 3590214a0023
parent 2786 85f6425a4d74
child 3011 73c8f618fd8b
equal deleted inserted replaced
2787:cf5fc37b4508 2788:3590214a0023
     1 file(GLOB Trainings t*.txt t*.lua)
     1 file(GLOB Trainings *.hwt)
     2 file(GLOB Singleplayer s*.txt s*.lua)
     2 file(GLOB Singleplayer *.hwm)
     3 file(GLOB Cooperative c*.txt c*.lua)
     3 file(GLOB Cooperative *.hwc)
     4 
     4 
     5 install(FILES
     5 install(FILES
     6 	${Trainings}
     6 	${Trainings}
     7 	${Singleplayer}
     7 	${Singleplayer}
     8 	${Cooperative}
     8 	${Cooperative}
     9 	DESTINATION ${SHAREPATH}Data/Trainings)
     9 	DESTINATION ${SHAREPATH}Data/Missions)