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.
12 lines
294 B
12 lines
294 B
5 months ago
|
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}
|