share/hedgewars/Data/Scripts/CMakeLists.txt
author nemo
Wed, 22 May 2013 06:17:06 -0400
changeset 9044 8a829987d514
parent 8443 2debc9b9f917
permissions -rw-r--r--
as long as a generic placeholder tint is in place. can't just exit

file(GLOB luafiles *.lua)

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

add_subdirectory(Multiplayer)