share/hedgewars/Data/CMakeLists.txt
author unc0rr
Wed, 24 Feb 2016 22:37:03 +0300
changeset 11573 8fd1808b12ed
parent 11344 852bf1e052f4
permissions -rw-r--r--
Recognize ghost points in db interaction tool (no storing yet)

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