mirror of
https://github.com/RetroDECK/RetroQUEST.git
synced 2025-04-21 01:24:06 +00:00
12 lines
233 B
PkgConfig
12 lines
233 B
PkgConfig
|
prefix=/usr/local
|
||
|
exec_prefix=${prefix}
|
||
|
includedir=/usr/local/include
|
||
|
libdir=/usr/local/lib
|
||
|
|
||
|
Name: Yaml-cpp
|
||
|
Description: A YAML parser and emitter for C++
|
||
|
Version: 0.8.0
|
||
|
Requires:
|
||
|
Libs: -L${libdir} -lyaml-cpp
|
||
|
Cflags: -I${includedir}
|