summaryrefslogtreecommitdiff
path: root/cmake/modules/PopplerDefaults.cmake
blob: 6be7dd7da226e445f7232ce9d4786afbd9f16edf (plain)
1
2
3
4
5
6
7
8
9
# 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)