You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
16 lines
392 B
16 lines
392 B
|
9 months ago
|
# Copyright The OpenTelemetry Authors
|
||
|
|
# SPDX-License-Identifier: Apache-2.0
|
||
|
|
|
||
|
|
prefix=${pcfiledir}/../..
|
||
|
|
exec_prefix=${prefix}
|
||
|
|
libdir=${exec_prefix}/lib
|
||
|
|
includedir=${prefix}/include
|
||
|
|
|
||
|
|
Name: OpenTelemetry API
|
||
|
|
Description: A header-only library to support instrumentation with OpenTelemetry.
|
||
|
|
Requires:
|
||
|
|
Version: 1.21.0
|
||
|
|
|
||
|
|
Libs: -L${libdir}
|
||
|
|
Cflags: -I${includedir} -DOPENTELEMETRY_ABI_VERSION_NO=1
|