share/hedgewars/Data/CMakeLists.txt
author sheepluva
Sat, 07 Nov 2015 16:15:27 +0100
changeset 11317 62287d4044e7
parent 8340 46a9fde631f4
parent 7129 0ce4f478ea6c
child 11344 852bf1e052f4
permissions -rw-r--r--
merge orphan head (while discarding all its changes) to make koda and his hg-git happy

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