share/hedgewars/Data/Scripts/CMakeLists.txt
author mikade <redgrinner@gmail.com>
Wed, 03 Jun 2015 22:16:03 +0900
changeset 10979 a332a60df7ce
parent 8443 2debc9b9f917
permissions -rw-r--r--
- some new mission icons - add variable portal limiter (and effects) to TechRacer - allow variable (not just infinite) ufo fuel - possibly break stuff some - more whitespace?

file(GLOB luafiles *.lua)

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

add_subdirectory(Multiplayer)