diff options
| -rw-r--r-- | CMakeLists.txt | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 58ab4de05..9789cd52c 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -10,6 +10,11 @@ SET(CMAKE_INCLUDE_CURRENT_DIR TRUE) # Set to true if compiler/linker should enable profiling:
#SET(ENABLE_PROFILING TRUE)
+#Pretty colors
+SET(CMAKE_COLOR_MAKEFILE ON)
+#Choose verbosity level
+SET(CMAKE_VERBOSE_MAKEFILE ON)
+
# Probably best to move all these path things to a single file
IF(WIN32)
SET(PACKAGE_LOCALE_DIR "locale")
|
