diff options
| author | Courtney Goeltzenleuchter <courtney@LunarG.com> | 2015-01-14 15:21:10 -0700 |
|---|---|---|
| committer | Courtney Goeltzenleuchter <courtney@LunarG.com> | 2015-02-04 17:58:07 -0700 |
| commit | 3892e118b4398f2c8d4b6422613f7eaa662d6c2a (patch) | |
| tree | a27499abb8e71d59c344d3a3bc25350ae9c4a4d3 | |
| parent | 11a652bbd39ba49118d48a4968ec989144a53279 (diff) | |
| download | usermoji-3892e118b4398f2c8d4b6422613f7eaa662d6c2a.tar.xz | |
xgl: Do not build layers or glave during xgl.h update
| -rw-r--r-- | CMakeLists.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index b14daee4..441133a1 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -40,6 +40,6 @@ endif() add_subdirectory(loader) add_subdirectory(icd) add_subdirectory(tests) -add_subdirectory(layers) +# add_subdirectory(layers) add_subdirectory(demos) -add_subdirectory(tools/glave) +# add_subdirectory(tools/glave) |
