share/hedgewars/Data/Scripts/CMakeLists.txt
author nemo
Tue, 18 Sep 2018 19:30:55 -0400
changeset 13789 a623657da787
parent 8443 2debc9b9f917
permissions -rw-r--r--
restore old land hashes which in theory should not have changed in .24

file(GLOB luafiles *.lua)

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

add_subdirectory(Multiplayer)