Skip to content

Commit

Permalink
Merge branch 'main' into fix_spinlock_cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
ThomsonTan authored May 8, 2024
2 parents 085b3c8 + 6de4ccd commit 60ce176
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions exporters/otlp/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -489,9 +489,13 @@ if(BUILD_TESTING)
if(WITH_OTLP_FILE)
add_executable(otlp_file_client_test test/otlp_file_client_test.cc)
target_link_libraries(
otlp_file_client_test ${GTEST_BOTH_LIBRARIES} ${CMAKE_THREAD_LIBS_INIT}
${GMOCK_LIB} opentelemetry_exporter_otlp_file
opentelemetry_otlp_recordable)
otlp_file_client_test
${GTEST_BOTH_LIBRARIES}
${CMAKE_THREAD_LIBS_INIT}
${GMOCK_LIB}
opentelemetry_exporter_otlp_file
opentelemetry_otlp_recordable
nlohmann_json::nlohmann_json)
gtest_add_tests(
TARGET otlp_file_client_test
TEST_PREFIX exporter.otlp.
Expand Down

0 comments on commit 60ce176

Please sign in to comment.