share/hedgewars/Data/Scripts/CMakeLists.txt
author nemo
Tue, 21 Jun 2016 18:02:46 -0400
changeset 11841 1d41f297b3d3
parent 8443 2debc9b9f917
permissions -rw-r--r--
bit of a start on HDPI monitor support. Fonts.

file(GLOB luafiles *.lua)

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

add_subdirectory(Multiplayer)