source: Revenant/third-party/yaml-cpp.pc@ dd8f5b4

Last change on this file since dd8f5b4 was 71dea59, checked in by Jonathan Neufeld <support@…>, 4 years ago

Get to a compile state for terrain procedural generation

  • Property mode set to 100644
File size: 236 bytes
Line 
1prefix=/usr/local
2exec_prefix=${prefix}
3includedir=${prefix}/include
4libdir=${exec_prefix}/lib
5
6Name: Yaml-cpp
7Description: A YAML parser and emitter for C++
8Version: 0.6.3
9Requires:
10Libs: -L${libdir} -lyaml-cpp
11Cflags: -I${includedir}
Note: See TracBrowser for help on using the repository browser.