src/cpp-common/bt2c: rename `span.hpp` -> `make-span.hpp`
[babeltrace.git] / src / babeltrace2-ctf-writer.pc.in
1 # SPDX-FileCopyrightText: 2019 EfficiOS, Inc.
2 # SPDX-License-Identifier: MIT
3
4 prefix=@prefix@
5 exec_prefix=@exec_prefix@
6 libdir=@libdir@
7 includedir=@includedir@
8
9 Name: Babeltrace 2 CTF writer library
10 Description: Common Trace Format (CTF) writer library from Babeltrace 2
11 Version: @PACKAGE_VERSION@
12 Libs: -L${libdir} -lbabeltrace2-ctf-writer
13 Cflags: -I${includedir}
This page took 0.030321 seconds and 4 git commands to generate.