src/cpp-common/Makefile.am: add missing `uuid-view.hpp`
[babeltrace.git] / src / babeltrace2.pc.in
1 prefix=@prefix@
2 exec_prefix=@exec_prefix@
3 libdir=@libdir@
4 includedir=@includedir@
5
6 Name: Babeltrace 2 library
7 Description: Babeltrace 2 library to support plugins and create trace processing graphs
8 Version: @PACKAGE_VERSION@
9 Libs: -L${libdir} -lbabeltrace2
10 Cflags: -I${includedir}
This page took 0.02943 seconds and 4 git commands to generate.