share/hedgewars/Data/CMakeLists.txt
author unc0rr
Thu, 25 Oct 2018 23:39:54 +0200
changeset 13978 818969052920
parent 11341 852bf1e052f4
permissions -rw-r--r--
Fix bug #651: sliding hog firing rope could end up stuck in land right after the rope has attached

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