share/hedgewars/Data/Scripts/Multiplayer/CMakeLists.txt
author Wuzzy <almikes@aol.com>
Thu, 17 Nov 2016 14:59:20 +0100
changeset 11909 1d2e89be3eb6
parent 10510 9329dab04490
permissions -rw-r--r--
Update Mutant script New features: - Custom achievements in stats screen - Replace health graph with score graph - Ranking based on score - Improved localization support - Improved mission text - Show messages on scoring

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

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