src.ctf.fs: make ctf_fs_ds_file_group_create return a ctf_fs_ds_file_group::UP
[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.029797 seconds and 4 git commands to generate.