share/hedgewars/Data/Scripts/CMakeLists.txt
author nemo
Tue, 19 Nov 2019 08:35:32 -0500
changeset 15513 dfdd0db89760
parent 8443 2debc9b9f917
permissions -rw-r--r--
oups. forgot "convert" creates a white background by default

file(GLOB luafiles *.lua)

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

add_subdirectory(Multiplayer)