From b196c6498d22e47bb9d0da0153068ec54eac7956 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sun, 28 Apr 2024 11:44:33 +0200 Subject: Adding upstream version 1.6.0. Signed-off-by: Daniel Baumann --- cmake/OpenTracingConfig.cmake | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 cmake/OpenTracingConfig.cmake (limited to 'cmake/OpenTracingConfig.cmake') diff --git a/cmake/OpenTracingConfig.cmake b/cmake/OpenTracingConfig.cmake new file mode 100644 index 0000000..e8f5939 --- /dev/null +++ b/cmake/OpenTracingConfig.cmake @@ -0,0 +1,12 @@ +# - Locate the opentracing headers and libraries +# Usage: +# find_package(OpenTracing) +# find_package(OpenTracing 0.1.0) # To specify a minimum version +# This will create the targets: +# OpenTracing::opentracing # dynamic library +# OpenTracing::opentracing-static # static library +# +# Linking to these libraries will also add the approprate interface header path to your compilation line. +# e.g. target_link_libraries(newtarget OpenTracing::opentracing) + +include("${CMAKE_CURRENT_LIST_DIR}/OpenTracingTargets.cmake") -- cgit v1.2.3