share/hedgewars/Data/CMakeLists.txt
author Wuzzy <Wuzzy2@mail.ru>
Thu, 25 Oct 2018 18:54:24 +0200
changeset 13975 f791c46b47a4
parent 11341 852bf1e052f4
permissions -rw-r--r--
Remove double space at end of chat messages from server

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