diff options
| author | Courtney Goeltzenleuchter <courtney@LunarG.com> | 2014-08-01 13:01:47 -0600 |
|---|---|---|
| committer | Courtney Goeltzenleuchter <courtney@LunarG.com> | 2014-08-01 18:19:37 -0600 |
| commit | db2d9569882017bc555eb2e269facb701bce6729 (patch) | |
| tree | 83604604323d2814eb28ec03ffbc3a492a4b5558 | |
| parent | 5385fff9dd8c04ea725cee0d285b535810adff8a (diff) | |
| download | usermoji-db2d9569882017bc555eb2e269facb701bce6729.tar.xz | |
xgl: add verbose cmake option
| -rw-r--r-- | CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index fa2c6d10..60d6f820 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -5,6 +5,7 @@ cmake_minimum_required (VERSION 2.6) project (XGL) set (XGL_VERSION_MAJOR 0) set (XGL_VERSION_MINOR 1) +# set (CMAKE_VERBOSE_MAKEFILE 1) # Header file for CMake settings configure_file ( |
