You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
11 lines
284 B
11 lines
284 B
prefix=@CMAKE_INSTALL_PREFIX@
|
|
exec_prefix=${prefix}
|
|
includedir=@CMAKE_INSTALL_FULL_INCLUDEDIR@
|
|
libdir=@CMAKE_INSTALL_FULL_LIBDIR@
|
|
|
|
Name: Yaml-cpp
|
|
Description: A YAML parser and emitter for C++
|
|
Version: @YAML_CPP_VERSION@
|
|
Requires:
|
|
Libs: -L${libdir} -lyaml-cpp
|
|
Cflags: -I${includedir}
|