Skip to content

Commit

Permalink
Update tutorials/cppgetstarted.md
Browse files Browse the repository at this point in the history
Co-authored-by: Addisu Z. Taddese <[email protected]>
Signed-off-by: Alessandro Sofia <[email protected]>
  • Loading branch information
alesof and azeey authored Aug 31, 2024
1 parent b5ca0ad commit 0cedd81
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tutorials/cppgetstarted.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ project(gz-math-cpp-example)
find_package(gz-math8 QUIET REQUIRED)
add_executable(gz-math-example main.cpp)
target_link_libraries(gz-math-example ${GZ-MATH_LIBRARIES})
target_link_libraries(gz-math-example PUBLIC gz-math8::gz-math8)
```

Compile the example:
Expand Down

0 comments on commit 0cedd81

Please sign in to comment.