Skip to content

Commit

Permalink
Corrected C++ library cmake instructions.
Browse files Browse the repository at this point in the history
  • Loading branch information
adamshapiro0 committed Sep 13, 2023
1 parent afa121c commit b68a3b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -355,7 +355,7 @@ FetchContent_MakeAvailable(polaris)
# Define your application and add a dependency for the Polaris client C library.
add_executable(example_app main.c)
target_link_libraries(example_app PUBLIC polaris_client)
target_link_libraries(example_app PUBLIC polaris_cpp_client)
```

Note that we strongly recommend using a specific version of the library in your code by specifying a git tag (e.g.,
Expand Down

0 comments on commit b68a3b7

Please sign in to comment.