share/hedgewars/Data/CMakeLists.txt
author unc0rr
Wed, 30 Jun 2021 23:06:54 +0200
changeset 15811 a855f32ab3ca
parent 11344 852bf1e052f4
permissions -rw-r--r--
- Update hedgewars-network-protocol library with messages needed for checker - Use the library in hedgewars-checker

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