share/hedgewars/Data/CMakeLists.txt
author Wuzzy <Wuzzy2@mail.ru>
Thu, 02 Aug 2018 23:43:31 +0200
changeset 13609 73b096e1d895
parent 11341 852bf1e052f4
permissions -rw-r--r--
Fix hammer/pickhammer not digging land with gfSolidLand on This bug was introduced after the switch to doMakeExplosion

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