From 4dada52d963e42ae530842d620e85eb6cbfb106b Mon Sep 17 00:00:00 2001 From: Jon Ashburn Date: Fri, 7 Aug 2015 10:55:59 -0600 Subject: vktrace: Build vktrace as part of the main build --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 9a21f0e7..d4b9cfad 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -69,4 +69,4 @@ if(BUILD_TESTS) endif() add_subdirectory(layers) add_subdirectory(demos) -#add_subdirectory(tools/glave) +add_subdirectory(vktrace) -- cgit v1.2.3