2018-02-02 18:12:34 +03:00
|
|
|
prefix=@CMAKE_INSTALL_PREFIX@
|
|
|
|
exec_prefix=${prefix}
|
|
|
|
includedir=${prefix}/@INCLUDE_INSTALL_ROOT_DIR@
|
|
|
|
libdir=${exec_prefix}/@LIB_INSTALL_DIR@
|
2009-07-16 00:37:11 +04:00
|
|
|
|
|
|
|
Name: Yaml-cpp
|
2009-07-16 00:38:25 +04:00
|
|
|
Description: A YAML parser and emitter for C++
|
2009-07-16 00:37:11 +04:00
|
|
|
Version: @YAML_CPP_VERSION@
|
|
|
|
Requires:
|
|
|
|
Libs: -L${libdir} -lyaml-cpp
|
|
|
|
Cflags: -I${includedir}
|