share/hedgewars/Data/CMakeLists.txt
author sheepluva
Tue, 06 Jan 2015 17:07:34 +0100
branch0.9.21
changeset 10747 07ade56c3b4a
parent 8340 46a9fde631f4
child 11317 62287d4044e7
permissions -rw-r--r--
backporting some build system fixes and pas2c tweaks

foreach(dir "Fonts" "Forts" "Graphics" "Locale" "Maps" "Music" "Sounds" "Themes" "Missions" "Names" "misc" "Scripts")
    add_subdirectory(${dir})
endforeach(dir)

if(${GL2})
    add_subdirectory(Shaders)
endif(${GL2})