Sign in
skia
/
third_party
/
poppler
/
39a8b10181d77fff8846df2cff236a3105dd03a5
/
.
/
cmake
/
modules
/
PopplerDefaults.cmake
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
)