share/hedgewars/Data/CMakeLists.txt
author nemo
Tue, 11 Mar 2014 22:49:01 -0400
changeset 10192 bb1310c4bd79
parent 8340 46a9fde631f4
child 11317 62287d4044e7
permissions -rw-r--r--
Feel free to revert this one, was just screwing around with stuff from before. I kinda like it and figured committing it was the easiest way for you to look at it. http://m8y.org/hw/perlin.png

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