share/hedgewars/Data/CMakeLists.txt
author nemo
Thu, 13 Dec 2018 09:07:00 -0500
changeset 14418 0281b80d366c
parent 11344 852bf1e052f4
permissions -rw-r--r--
might as well render preview using smallest size to speed it up

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