mirror of
https://github.com/jbeder/yaml-cpp.git
synced 2025-09-09 12:41:17 +00:00
Added api sketch
This commit is contained in:
11
yaml-cpp.pc.cmake
Normal file
11
yaml-cpp.pc.cmake
Normal file
@@ -0,0 +1,11 @@
|
||||
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}
|
Reference in New Issue
Block a user