share/hedgewars/Data/Scripts/CMakeLists.txt
author Periklis Ntanasis <pntanasis@gmail.com>
Sat, 10 Aug 2013 04:16:26 +0300
branchspacecampaign
changeset 9506 adc05ca2cb10
parent 8443 2debc9b9f917
permissions -rw-r--r--
some fixes to the map and the events

file(GLOB luafiles *.lua)

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

add_subdirectory(Multiplayer)