share/hedgewars/Data/CMakeLists.txt
author alfadur
Tue, 11 Sep 2018 22:44:32 +0200
changeset 13806 506cca5a48cb
parent 11344 852bf1e052f4
permissions -rw-r--r--
Fix sinegun dealing 1 damage when shooting straight up. Reduces sine gun knockback strength by 1.25% This was caused by AmmoShove, which had a strenght which was *right* above the threshold for fall damage.

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