share/hedgewars/Data/CMakeLists.txt
author nemo
Wed, 13 Apr 2016 17:59:13 -0400
changeset 11649 1fd1525653d8
parent 11344 852bf1e052f4
child 16059 842df792d6d6
permissions -rw-r--r--
SDL blit wraps at 16,384 - not the first time that routine has disappointed us.

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