share/hedgewars/Data/CMakeLists.txt
author nemo
Fri, 20 May 2022 17:24:14 -0400
changeset 15873 9bb85e43e492
parent 11344 852bf1e052f4
permissions -rw-r--r--
add more checks on nil current hedgehog gear, remove checks on nil current hedgehog which should never happen.

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