share/hedgewars/Data/CMakeLists.txt
author Wuzzy <almikes@aol.com>
Sat, 09 Apr 2016 08:00:53 +0200
changeset 12002 6a67e76d0f1d
parent 11341 852bf1e052f4
permissions -rw-r--r--
HedgeEditor: Better naming and explanation of tagging mode and advanced repositioning mode

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