share/hedgewars/Data/CMakeLists.txt
author nemo
Tue, 26 Dec 2017 18:36:30 -0500
changeset 12862 4603b9916ea8
parent 11344 852bf1e052f4
permissions -rw-r--r--
these images should have been RGBA to stay consistent with all the others

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