mirror of
https://github.com/jbeder/yaml-cpp.git
synced 2025-09-09 12:41:17 +00:00
Added support for pkgconfig
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=@LIB_INSTALL_DIR@
|
||||
includedir=@INCLUDE_INSTALL_DIR@
|
||||
|
||||
Name: Yaml-cpp
|
||||
Description: A YAML parser for C++
|
||||
Version: @YAML_CPP_VERSION@
|
||||
Requires:
|
||||
Libs: -L${libdir} -lyaml-cpp
|
||||
Cflags: -I${includedir}
|
Reference in New Issue
Block a user