share/hedgewars/Data/CMakeLists.txt
author alfadur
Sat, 16 Oct 2021 01:21:26 +0300
changeset 15820 b6379a7ed674
parent 11344 852bf1e052f4
permissions -rw-r--r--
reduce blowtorch radius to avoid grabbing gears behind current🦔

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