File: yaml-cpp.pc.cmake

package info (click to toggle)
yaml-cpp 0.6.3-9
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 8,208 kB
  • sloc: cpp: 68,100; python: 6,832; ansic: 950; makefile: 522; sh: 466
file content (11 lines) | stat: -rw-r--r-- 279 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
prefix=@CMAKE_INSTALL_PREFIX@
exec_prefix=${prefix}
includedir=${prefix}/@INCLUDE_INSTALL_ROOT_DIR@
libdir=@LIB_INSTALL_DIR@

Name: Yaml-cpp
Description: A YAML parser and emitter for C++
Version: @YAML_CPP_VERSION@
Requires:
Libs: -L${libdir} -lyaml-cpp
Cflags: -I${includedir}