diff options
| author | Jon Ashburn <jon@lunarg.com> | 2015-08-07 10:55:59 -0600 |
|---|---|---|
| committer | Jon Ashburn <jon@lunarg.com> | 2015-08-10 08:56:40 -0600 |
| commit | 4dada52d963e42ae530842d620e85eb6cbfb106b (patch) | |
| tree | 79ab232677923b85cdb3f715ae7e23970f20f45d | |
| parent | 8dd0bcffbc00387a2205301bba1ab76a8e074d73 (diff) | |
| download | usermoji-4dada52d963e42ae530842d620e85eb6cbfb106b.tar.xz | |
vktrace: Build vktrace as part of the main build
| -rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
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) |
