share/hedgewars/Data/CMakeLists.txt
author antonc27 <antonc27@mail.ru>
Tue, 03 May 2016 01:13:41 +0200
changeset 11790 ac93cfc17365
parent 11344 852bf1e052f4
permissions -rw-r--r--
- Pass also userPath to LoadLocaleWrapper TODO: Find a way to simplify all of this...

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