1
file(GLOB Scripts *.lua)
2
3
install(FILES
4
order.cfg
5
${Scripts}
6
DESTINATION ${SHAREPATH}Data/Missions/Training)