File: PopplerDefaults.cmake

package info (click to toggle)
poppler 26.01.0-2
  • links: PTS, VCS
  • area: main
  • in suites: experimental
  • size: 18,984 kB
  • sloc: cpp: 166,738; ansic: 34,768; python: 367; sh: 82; makefile: 38
file content (9 lines) | stat: -rw-r--r-- 242 bytes parent folder | download | duplicates (6)
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)