share/hedgewars/Data/CMakeLists.txt
author S.D.
Tue, 06 Sep 2022 22:08:27 +0300
branch1.0.0
changeset 15875 fcea0f51d94f
parent 11344 852bf1e052f4
child 16059 842df792d6d6
permissions -rw-r--r--
Fix the sound issues and crashes on some platforms This commit updates misc/libphyslayer/physfsrwops.* files to the latest versions provided by PhysFS project (https://github.com/icculus/physfs/tree/main/extras/).

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