share/hedgewars/Data/CMakeLists.txt
author unc0rr
Mon, 09 Nov 2015 21:09:51 +0300
changeset 11336 e6e748d021d0
parent 11317 62287d4044e7
child 11341 852bf1e052f4
permissions -rw-r--r--
- Fix check which was supposed to prevent sending same record to different checkers - Remove some dead code in Actions.hs

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