share/hedgewars/Data/Locale/CMakeLists.txt
author Periklis Ntanasis <pntanasis@gmail.com>
Tue, 27 Aug 2013 02:41:28 +0300
branchspacecampaign
changeset 9585 d079e1cc2806
parent 9237 b2f4bd758a0b
child 9832 b1038b4373cc
permissions -rw-r--r--
fixed bug in cosmos that permitted user to go to moon without collecting the saucer and removed ammo that was added for debug purposes

file(GLOB txttrans2 ??.txt)
file(GLOB txttrans5 ?????.txt)
file(GLOB tsfiles *.ts)
file(GLOB luafiles *.lua)
file(GLOB missionfiles missions_*.txt)
file(GLOB campaignfiles campaigns_*.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}
    ${campaignfiles}
    DESTINATION ${SHAREPATH}Data/Locale
)