share/hedgewars/Data/Scripts/CMakeLists.txt
author koda
Tue, 12 Mar 2013 17:18:55 +0100
changeset 8722 2dead6b84bca
parent 8443 2debc9b9f917
permissions -rw-r--r--
this should supposedly add hwplay:// schemes to windows, after user presses file association

file(GLOB luafiles *.lua)

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

add_subdirectory(Multiplayer)