mirror of
https://github.com/yaml/libyaml.git
synced 2026-01-26 11:14:28 +00:00
11 lines
217 B
PkgConfig
11 lines
217 B
PkgConfig
prefix=@prefix@
|
|
exec_prefix=@exec_prefix@
|
|
includedir=@includedir@
|
|
libdir=@libdir@
|
|
|
|
Name: LibYAML
|
|
Description: Library to parse and emit YAML
|
|
Version: @PACKAGE_VERSION@
|
|
Cflags: -I${includedir}
|
|
Libs: -L${libdir} -lyaml
|