share/hedgewars/Data/CMakeLists.txt
author Wuzzy <almikes@aol.com>
Thu, 21 Sep 2017 16:53:07 +0200
changeset 12473 faed28f815c7
parent 11344 852bf1e052f4
child 16059 842df792d6d6
permissions -rw-r--r--
Simplify error messages in record play page and fix poor grammar.

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