share/hedgewars/Data/CMakeLists.txt
author Wuzzy <Wuzzy2@mail.ru>
Sun, 30 Jun 2019 11:20:22 +0200
changeset 15227 d48eba5ac715
parent 11344 852bf1e052f4
child 16059 842df792d6d6
permissions -rw-r--r--
Fix sidFPS not being properly right-aligned (again!) FPS display worked before, but it was accidentally un-done in bcecb3349948e2e00d3f2ee0c6497a24676a4efb.

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