Added missing examples to CMakeLists

This commit is contained in:
saschawillems 2016-10-31 21:32:54 +01:00
parent 1359058d24
commit 55f16c2340

View file

@ -69,9 +69,12 @@ set(CMAKE_RUNTIME_OUTPUT_DIRECTORY "bin/")
set(EXAMPLES set(EXAMPLES
bloom bloom
computeshader computecullandlod
computeparticles computeparticles
computeshader
debugmarker
deferred deferred
deferredmultisampling
deferredshadows deferredshadows
displacement displacement
distancefieldfonts distancefieldfonts
@ -80,22 +83,23 @@ set(EXAMPLES
indirectdraw indirectdraw
instancing instancing
mesh mesh
multithreading
multisampling multisampling
multithreading
occlusionquery occlusionquery
offscreen offscreen
parallaxmapping parallaxmapping
particlefire particlefire
pipelines pipelines
pushconstants pushconstants
raytracing
radialblur radialblur
raytracing
scenerendering scenerendering
shadowmapping shadowmapping
shadowmappingomni shadowmappingomni
skeletalanimation skeletalanimation
sphericalenvmapping sphericalenvmapping
ssao ssao
subpasses
terraintessellation terraintessellation
tessellation tessellation
textoverlay textoverlay
@ -104,6 +108,7 @@ set(EXAMPLES
texturearray texturearray
texturecubemap texturecubemap
texturemipmapgen texturemipmapgen
texturesparseresidency
triangle triangle
vulkanscene vulkanscene
) )