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

file(GLOB luafiles *.lua)

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

add_subdirectory(Multiplayer)