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