share/hedgewars/Data/CMakeLists.txt
author sheepluva
Tue, 12 Jan 2016 20:40:12 +0100
changeset 11504 9c5d9993b14b
parent 11341 852bf1e052f4
permissions -rw-r--r--
fix volume being at 0 on engine start. note: seems window focus changes are not detected atm. (relevant for sound dampening)

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