share/hedgewars/Data/Scripts/Multiplayer/CMakeLists.txt
author Wuzzy <almikes@aol.com>
Sat, 09 Apr 2016 23:13:33 +0200
changeset 12014 9937075bbfd5
parent 10510 9329dab04490
permissions -rw-r--r--
HedgeEditor: Make all hog and team names translatable and export them properly Uses the new loc_noop from Locale

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

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