src.ctf.fs: use ctf_fs_file::UP in create_ds_file_groups
[babeltrace.git] / src / babeltrace2.pc.in
... / ...
CommitLineData
1# SPDX-FileCopyrightText: 2019 EfficiOS, Inc.
2# SPDX-License-Identifier: MIT
3
4prefix=@prefix@
5exec_prefix=@exec_prefix@
6libdir=@libdir@
7includedir=@includedir@
8
9Name: Babeltrace 2 library
10Description: Babeltrace 2 library to support plugins and create trace processing graphs
11Version: @PACKAGE_VERSION@
12Libs: -L${libdir} -lbabeltrace2
13Cflags: -I${includedir}
This page took 0.023659 seconds and 4 git commands to generate.