Skip to content

Commit

Permalink
Update content/en/docs/instrumentation/cpp/getting-started-new.md
Browse files Browse the repository at this point in the history
Co-authored-by: Severin Neumann <[email protected]>
  • Loading branch information
Akhaled19 and svrnm authored Nov 16, 2023
1 parent 47c7c32 commit f48a51c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion content/en/docs/instrumentation/cpp/getting-started-new.md
Original file line number Diff line number Diff line change
Expand Up @@ -257,7 +257,6 @@ include_directories(${OPENTELEMETRY_ROOT}/exporters/ostream/include)
target_link_libraries(myapp PRIVATE ${OPENTELEMETRY_ROOT}/build/sdk/src/trace/libopentelemetry_trace.a
${OPENTELEMETRY_ROOT}/build/sdk/src/common/libopentelemetry_common.a
${OPENTELEMETRY_ROOT}/build/exporters/ostream/libopentelemetry_exporter_ostream_span.a
${OPENTELEMETRY_ROOT}/build/ext/src/http/client/curl/libopentelemetry_http_client_curl.a
${OPENTELEMETRY_ROOT}/build/sdk/src/resource/libopentelemetry_resources.a)
```
Replace `/path/to/opentelemetry-cpp` with the actual path leading to the opentelemetry-cpp sdk within your local installation.
Expand Down

0 comments on commit f48a51c

Please sign in to comment.