# Copyright The OpenTelemetry Authors
# SPDX-License-Identifier: Apache-2.0

if(WITH_HTTP_CLIENT_CURL)
  add_executable(w3c_tracecontext_http_test_server main.cc)
  target_link_libraries(
    w3c_tracecontext_http_test_server
    PRIVATE ${CMAKE_THREAD_LIBS_INIT} opentelemetry_trace
            opentelemetry_http_client_curl opentelemetry_exporter_ostream_span
            CURL::libcurl nlohmann_json::nlohmann_json)
endif()
