share/hedgewars/Data/Scripts/CMakeLists.txt
author sheepluva
Sat, 03 Dec 2016 09:09:16 +0100
changeset 12098 966a9739812f
parent 8443 2debc9b9f917
permissions -rw-r--r--
copyToXYFromRect: fix pixels overflowing pixel lines in dest

file(GLOB luafiles *.lua)

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

add_subdirectory(Multiplayer)