mirror of
https://github.com/LuckfoxTECH/luckfox-pico.git
synced 2026-01-18 11:38:31 +01:00
12 lines
225 B
Plaintext
12 lines
225 B
Plaintext
# 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}
|