From 9b7a1ba7207cc159f657c820524a054def33c0e1 Mon Sep 17 00:00:00 2001 From: saschawillems Date: Mon, 15 Aug 2016 16:51:13 +0200 Subject: [PATCH] Added texture mip map generation example to CMakeLists --- CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/CMakeLists.txt b/CMakeLists.txt index ce7fe41a..aba0c159 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -102,6 +102,7 @@ set(EXAMPLES texture texturearray texturecubemap + texturemipmapgen triangle vulkanscene )