headers: sc_trunc - truncate via type casts
[supercollider.git] / external_libraries / yaml-cpp-0.2.6 / yaml-cpp.pc.cmake
blobcf4b3d05b63e82c2ee0b730a406a4c11d88cc5e4
1 prefix=@CMAKE_INSTALL_PREFIX@
2 exec_prefix=@CMAKE_INSTALL_PREFIX@
3 libdir=${prefix}/@LIB_INSTALL_DIR@
4 includedir=${prefix}/@INCLUDE_INSTALL_DIR@
6 Name: Yaml-cpp
7 Description: A YAML parser and emitter for C++
8 Version: @YAML_CPP_VERSION@
9 Requires:
10 Libs: -L${libdir} -lyaml-cpp
11 Cflags: -I${includedir}