share/hedgewars/Data/Scripts/CMakeLists.txt
author sheepluva
Sat, 07 Nov 2015 16:15:27 +0100
changeset 11317 62287d4044e7
parent 8443 2debc9b9f917
permissions -rw-r--r--
merge orphan head (while discarding all its changes) to make koda and his hg-git happy

file(GLOB luafiles *.lua)

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

add_subdirectory(Multiplayer)