Skip to content

Commit

Permalink
Update content/en/docs/instrumentation/cpp/getting-started.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 Dec 18, 2023
1 parent 5741082 commit 14982cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion content/en/docs/instrumentation/cpp/getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -255,7 +255,7 @@ set(OPENTELEMETRY_ROOT ../opentelemetry-cpp)
#set the path to the directory containing "oatpp" package configuration files
include_directories(${OATPP_ROOT}/src)
target_link_libraries(myapp PRIVATE ${OATPP_LIB}/liboatpp.a)
target_link_libraries(myapp PRIVATE ${OATPP_LIB})
#set the path to the directory containing "pentelemetry-cpp" package configuration files
include_directories(${OPENTELEMETRY_ROOT}/api/include)
Expand Down

0 comments on commit 14982cf

Please sign in to comment.