share/hedgewars/Data/CMakeLists.txt
author sheepluva
Sat, 16 Jan 2016 19:50:38 +0100
changeset 11517 b3ee79e8e3b9
parent 11344 852bf1e052f4
permissions -rw-r--r--
find hg revision even if github author name is not the same as hg author (kodabb vs koda)

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