diff options
| author | Chia-I Wu <olv@lunarg.com> | 2015-03-28 09:59:21 +0800 |
|---|---|---|
| committer | Chia-I Wu <olv@lunarg.com> | 2015-04-16 17:33:27 +0800 |
| commit | 42b398dd79b22b0a72e3d35ddeb9ed007f47f62d (patch) | |
| tree | f4c8af2883b26d627fdf7be7e18b763611c20f87 | |
| parent | 0262442c1cade02055b7045a5fd27bff638cda03 (diff) | |
| download | usermoji-42b398dd79b22b0a72e3d35ddeb9ed007f47f62d.tar.xz | |
binding: disable layers and tools
| -rw-r--r-- | CMakeLists.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 25a91f6c..3ab392b4 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -50,7 +50,7 @@ add_subdirectory(icd) if (NOT WIN32) add_subdirectory(tests) endif() -add_subdirectory(layers) +#add_subdirectory(layers) add_subdirectory(libs) add_subdirectory(demos) -add_subdirectory(tools/glave) +#add_subdirectory(tools/glave) |
