share/hedgewars/Data/Scripts/CMakeLists.txt
author sheepluva
Wed, 13 Aug 2014 15:16:33 +0200
changeset 10382 a5752075f897
parent 8443 2debc9b9f917
permissions -rw-r--r--
this should fix the cmake 3.0 issue. thanks to Spacey for reporting

file(GLOB luafiles *.lua)

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

add_subdirectory(Multiplayer)