share/hedgewars/Data/Locale/CMakeLists.txt
author sheepluva
Sat, 18 May 2013 22:42:05 +0200
changeset 9012 18c41c0ee8de
parent 8443 2debc9b9f917
child 9237 b2f4bd758a0b
permissions -rw-r--r--
changing slots of landgun and icegun, feel free to complain, improve and/or revert

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
)