File: OpenTracingConfig.cmake

package info (click to toggle)
opentracing-cpp 1.6.0-4.1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,572 kB
  • sloc: cpp: 14,234; ansic: 68; sh: 16; makefile: 5
file content (12 lines) | stat: -rw-r--r-- 528 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
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")