blob: 6ffac472d53e2f249fe7a9b66dfb97de3bb12efa [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)