share/hedgewars/Data/CMakeLists.txt
author nemo
Sat, 23 Jan 2016 17:29:44 -0500
changeset 11534 58b4e357bcbf
parent 11341 852bf1e052f4
permissions -rw-r--r--
As an animation effect this should be in uGearsRender. Plus it'll still spark when paused then, which is kinda fun.

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