share/hedgewars/Data/CMakeLists.txt
author sheepluva
Wed, 07 Oct 2015 23:20:31 +0200
changeset 11201 9301550d2566
parent 8340 46a9fde631f4
child 11317 62287d4044e7
permissions -rw-r--r--
TrophyRace: fix nil error warning, caused by needlessly re-retrieving the name of the best hedgehog (which could be dead at that point)

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