CMakeLists.txt 262 B

123456
  1. # Copyright The OpenTelemetry Authors
  2. # SPDX-License-Identifier: Apache-2.0
  3. add_executable(load_plugin_example main.cc)
  4. target_link_libraries(load_plugin_example PRIVATE opentelemetry-cpp::api
  5. ${CMAKE_DL_LIBS})