blob: 6be7dd7da226e445f7232ce9d4786afbd9f16edf [file] [log] [blame]
# enable the testing facilities
enable_testing()
# put the include directories of the sources before other include paths
# (eg, system includes)
set(CMAKE_INCLUDE_DIRECTORIES_PROJECT_BEFORE ON)
# colored output
set(CMAKE_COLOR_MAKEFILE ON)