AbsoluteAI / poppler-24.05.0 /cmake /modules /PopplerDefaults.cmake
thejagstudio's picture
Upload 714 files
5cee033 verified
raw
history blame contribute delete
242 Bytes
# 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)