share/hedgewars/Data/CMakeLists.txt
author Wuzzy <almikes@aol.com>
Sat, 22 Apr 2017 23:55:49 +0200
changeset 12313 82951b9b3c2f
parent 11341 852bf1e052f4
permissions -rw-r--r--
Fix hog not getting new ammo in Highlander when it takes 2 consecutive turns This happens when all enemy hogs are frozen

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