yaml-cpp/yaml-cpp.pc.cmake
Jamie Snape 3c589dfd67 Fix paths in pkg-config file
pkg-config should be giving absolute paths rather than relative paths.
2018-02-01 10:10:26 -05:00

12 lines
294 B
CMake

prefix=@CMAKE_INSTALL_PREFIX@
exec_prefix=${prefix}
includedir=${prefix}/@INCLUDE_INSTALL_ROOT_DIR@
libdir=${exec_prefix}/@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}