Skip to content

Commit

Permalink
Merge changes from async-changes
Browse files Browse the repository at this point in the history
Signed-off-by: owent <admin@owent.net>
  • Loading branch information
owent committed Apr 6, 2022
1 parent c90b712 commit 05714bb
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions ext/src/http/client/curl/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
find_package(CURL)
if(CURL_FOUND)
add_library(opentelemetry_http_client_curl http_client_factory_curl.cc
http_client_curl.cc)
add_library(
opentelemetry_http_client_curl http_client_factory_curl.cc
http_client_curl.cc http_operation_curl.cc)

set_target_properties(opentelemetry_http_client_curl
PROPERTIES EXPORT_NAME http_client_curl)
Expand Down

0 comments on commit 05714bb

Please sign in to comment.