share/hedgewars/Data/CMakeLists.txt
author koda
Sat, 14 Nov 2015 03:22:20 +0100
branchsdl2transition
changeset 11379 7bc9042549c1
parent 11344 852bf1e052f4
permissions -rw-r--r--
Drop all GLUT references It was needed to create the hidden videorec window, now SDL2 offers this feature natively.

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