share/hedgewars/Data/CMakeLists.txt
author koda
Tue, 18 Jun 2013 19:19:35 +0200
branchwebgl
changeset 9250 460b64e9b75c
parent 8340 46a9fde631f4
child 11317 62287d4044e7
permissions -rw-r--r--
set pascal files as dependency of the target writing the c files so that it will run again if you modify them

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