share/hedgewars/Data/Missions/Training/CMakeLists.txt
author antonc27 <antonc27@mail.ru>
Tue, 03 May 2016 01:13:41 +0200
changeset 11795 ac93cfc17365
parent 8443 2debc9b9f917
child 13092 b6df6283e2ba
permissions -rw-r--r--
- Pass also userPath to LoadLocaleWrapper TODO: Find a way to simplify all of this...

file(GLOB Scripts *.lua)

install(FILES
    ${Scripts}
    DESTINATION ${SHAREPATH}Data/Missions/Training)