share/hedgewars/Data/Scripts/Multiplayer/CMakeLists.txt
author Wuzzy <almikes@aol.com>
Wed, 26 Apr 2017 23:05:05 +0200
changeset 12344 877f55c77a3f
parent 10510 9329dab04490
permissions -rw-r--r--
Standardize the secret achievements strings in Lua scripts

file(GLOB luafiles *.lua)
file(GLOB cfgfiles *.cfg)
file(GLOB hwpfiles *.hwp)

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