share/hedgewars/Data/Locale/CMakeLists.txt
author sheepluva
Fri, 12 Apr 2013 21:41:55 +0200
branch0.9.19
changeset 8870 1f2d2406d535
parent 8443 2debc9b9f917
child 9237 b2f4bd758a0b
permissions -rw-r--r--
remove bioshock3-reference on hedgehogs drowning (unlike its predecessors, it turned out to not take place underwater)

file(GLOB txttrans2 ??.txt)
file(GLOB txttrans5 ?????.txt)
file(GLOB tsfiles *.ts)
file(GLOB luafiles *.lua)
file(GLOB missionfiles missions_*.txt)

QT4_ADD_TRANSLATION(QM ${tsfiles})

add_custom_target (release-translation ALL
        DEPENDS ${QM}
        COMMENT "Compiling ts files"
)

install(FILES
    ${txttrans2}
    ${txttrans5}
    ${QM}
    ${luafiles}
    ${missionfiles}
    DESTINATION ${SHAREPATH}Data/Locale
)