summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohan B. C. Engelen <jbc.engelen@swissonline.ch>2008-04-05 16:05:29 +0000
committerjohanengelen <johanengelen@users.sourceforge.net>2008-04-05 16:05:29 +0000
commit775aff7b60061ff79648d13f677e7924795cc474 (patch)
tree9fb219e01f05f30d30de4726cef75cc743e0d8ee
parentUpdated POTFILES.in list to include all files that use the gettext (diff)
downloadinkscape-775aff7b60061ff79648d13f677e7924795cc474.tar.gz
inkscape-775aff7b60061ff79648d13f677e7924795cc474.zip
cmake: add explicit coloring and verbosity setting
(bzr r5337)
-rw-r--r--CMakeLists.txt5
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")