mirror of
https://github.com/jbeder/yaml-cpp.git
synced 2025-09-08 12:21:17 +00:00
12 lines
302 B
CMake
12 lines
302 B
CMake
prefix=@CMAKE_INSTALL_PREFIX@
|
|
exec_prefix=@CMAKE_INSTALL_PREFIX@
|
|
libdir=${prefix}/@LIB_INSTALL_DIR@
|
|
includedir=${prefix}/@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}
|