share/hedgewars/Data/Scripts/CMakeLists.txt
author Periklis Ntanasis <pntanasis@gmail.com>
Sat, 14 Sep 2013 02:13:20 +0300
branchspacecampaign
changeset 9624 51e22761679d
parent 8443 2debc9b9f917
permissions -rw-r--r--
fixed bug making the game not end when thanta was dead,reported by Wuzzy

file(GLOB luafiles *.lua)

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

add_subdirectory(Multiplayer)