From b68a3b70de6d98727777afea4656d8fb5af71f41 Mon Sep 17 00:00:00 2001 From: Adam Shapiro Date: Wed, 13 Sep 2023 14:17:17 -0400 Subject: [PATCH] Corrected C++ library cmake instructions. --- readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme.md b/readme.md index 50dfd1b..30944eb 100644 --- a/readme.md +++ b/readme.md @@ -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.,