Skip to content

Commit

Permalink
manual format of cmake
Browse files Browse the repository at this point in the history
  • Loading branch information
Tianlin-Zhao committed Aug 19, 2020
1 parent b6002fc commit 3e89067
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions api/test/trace/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,11 +1,5 @@
foreach(
testname
key_value_iterable_view_test
provider_test
span_id_test
trace_id_test
trace_flags_test
span_context_test)
foreach(testname key_value_iterable_view_test provider_test span_id_test
trace_id_test trace_flags_test span_context_test)
add_executable(${testname} "${testname}.cc")
target_link_libraries(${testname} ${GTEST_BOTH_LIBRARIES}
${CMAKE_THREAD_LIBS_INIT} opentelemetry_api)
Expand Down

0 comments on commit 3e89067

Please sign in to comment.