share/hedgewars/Data/CMakeLists.txt
author Wuzzy <almikes@aol.com>
Sat, 19 Nov 2016 15:00:14 +0100
changeset 11914 c9bad8a01185
parent 11344 852bf1e052f4
permissions -rw-r--r--
Play countdown sounds for 4-1 remaining seconds and “boring” voice on timeout Also play “coward” voice for skipping (instead of “boring”)

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})