Fix: cli: cmd_list_plugins(): pass appropriate by-index functions
[babeltrace.git] / babeltrace-ctf.pc.in
1 prefix=@prefix@
2 exec_prefix=@exec_prefix@
3 libdir=@libdir@
4 includedir=@includedir@
5
6 Name: Babeltrace CTF parser
7 Description: libbabeltrace-ctf provides the specific bits necessary to read a Common Trace Format (CTF) trace.
8 Version: @PACKAGE_VERSION@
9 Requires: babeltrace
10 Requires.private:
11 Libs: -L${libdir} -lbabeltrace-ctf
12 Cflags: -I${includedir}
13
This page took 0.03272 seconds and 4 git commands to generate.