share/hedgewars/Data/CMakeLists.txt
author koda
Thu, 04 Apr 2013 01:38:30 +0200
branchwebgl
changeset 8850 ae8a957c69fd
parent 8340 46a9fde631f4
child 11317 62287d4044e7
permissions -rw-r--r--
engine to c now compiles with some manual intervention (as of bug #596)

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