share/hedgewars/Data/CMakeLists.txt
author yuenfu
Mon, 16 Nov 2015 15:48:37 -0500
changeset 11404 484d197539f2
parent 11344 852bf1e052f4
permissions -rw-r--r--
a submitted taiwanese translation. cursory review in google translate. there were a few keys that had translations removed, perhaps due to the english being better suited.

foreach(dir
    Fonts
    Forts
    Graphics
    Locale
    Maps
    Missions
    Music
    Names
    Scripts
    Sounds
    Themes
    misc
    )
    add_subdirectory(${dir})
endforeach(dir)

if(${GL2})
    add_subdirectory(Shaders)
endif(${GL2})