mirror of
https://github.com/jbeder/yaml-cpp.git
synced 2025-09-08 20:31:17 +00:00
10 lines
217 B
CMake
10 lines
217 B
CMake
libdir=@LIB_INSTALL_DIR@
|
|
includedir=@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}
|