share/hedgewars/Data/Scripts/CMakeLists.txt
author sheepluva
Tue, 26 Apr 2016 20:51:13 +0200
changeset 11733 67049c8dedd1
parent 8443 2debc9b9f917
permissions -rw-r--r--
make construction mode work with fort mode without mixing up clans and forts

file(GLOB luafiles *.lua)

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

add_subdirectory(Multiplayer)