mirror of https://github.com/axmolengine/axmol.git
12 lines
299 B
PkgConfig
12 lines
299 B
PkgConfig
|
prefix=@CMAKE_INSTALL_PREFIX@
|
||
|
exec_prefix=${prefix}
|
||
|
includedir=${prefix}/@CMAKE_INSTALL_INCLUDEDIR@
|
||
|
libdir=${exec_prefix}/@CMAKE_INSTALL_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}
|