From 55721b4166490769d0571965da7d17169b309cad Mon Sep 17 00:00:00 2001 From: Sascha Willems Date: Wed, 3 Aug 2016 20:43:18 +0200 Subject: [PATCH] Added indirect draw and terrain tessellation examples to CMakeLists.txt --- CMakeLists.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CMakeLists.txt b/CMakeLists.txt index 3a43d650..ce7fe41a 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -79,6 +79,7 @@ set(EXAMPLES distancefieldfonts gears geometryshader + indirectdraw instancing mesh multithreading @@ -95,6 +96,7 @@ set(EXAMPLES shadowmappingomni skeletalanimation sphericalenvmapping + terraintessellation tessellation textoverlay texture