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