share/hedgewars/Data/CMakeLists.txt
author Wuzzy <almikes@aol.com>
Wed, 11 Oct 2017 20:16:00 +0200
changeset 12696 286afe079117
parent 11341 852bf1e052f4
permissions -rw-r--r--
Fix rope angle possible to go below 0° if having secondary weapon selected

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