File: yaml-cpp.pc.cmake

package info (click to toggle)
yaml-cpp0.3 0.3.0-1.2
  • links: PTS
  • area: main
  • in suites: stretch
  • size: 696 kB
  • ctags: 1,783
  • sloc: cpp: 10,571; ansic: 512; makefile: 34
file content (11 lines) | stat: -rw-r--r-- 302 bytes parent folder | download | duplicates (13)
1
2
3
4
5
6
7
8
9
10
11
prefix=@CMAKE_INSTALL_PREFIX@
exec_prefix=@CMAKE_INSTALL_PREFIX@
libdir=${prefix}/@LIB_INSTALL_DIR@
includedir=${prefix}/@INCLUDE_INSTALL_ROOT_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}