share/hedgewars/Data/CMakeLists.txt
author nemo
Sun, 27 May 2018 13:10:32 -0400
changeset 13410 4c813650fe17
parent 11341 852bf1e052f4
permissions -rw-r--r--
make the mine slippery too since it has the ice finish - add a gmDelete to the gear if you want it to *not* explode when hit ☺

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