share/hedgewars/Data/Scripts/CMakeLists.txt
author nemo
Fri, 30 Mar 2018 10:03:29 -0400
changeset 13302 6313386c851e
parent 8443 2debc9b9f917
permissions -rw-r--r--
simple optimised svg of the low detail hedgehog for use in .desktop files and such

file(GLOB luafiles *.lua)

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

add_subdirectory(Multiplayer)