LingmoOS-kernel/tools/lib/perf/libperf.pc.template

12 lines
225 B
Plaintext
Raw Permalink Normal View History

2024-07-18 03:58:23 +00:00
# SPDX-License-Identifier: (LGPL-2.1 OR BSD-2-Clause)
prefix=@PREFIX@
libdir=@LIBDIR@
includedir=${prefix}/include
Name: libperf
Description: perf library
Version: @VERSION@
Libs: -L${libdir} -lperf
Cflags: -I${includedir}