aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/unleash-client-cpp/usage
diff options
context:
space:
mode:
Diffstat (limited to 'vcpkg/ports/unleash-client-cpp/usage')
-rw-r--r--vcpkg/ports/unleash-client-cpp/usage4
1 files changed, 4 insertions, 0 deletions
diff --git a/vcpkg/ports/unleash-client-cpp/usage b/vcpkg/ports/unleash-client-cpp/usage
new file mode 100644
index 0000000..c179c9d
--- /dev/null
+++ b/vcpkg/ports/unleash-client-cpp/usage
@@ -0,0 +1,4 @@
+unleash-client-cpp provides a CMake target:
+
+ find_package(unleash CONFIG REQUIRED)
+ target_link_libraries(main PRIVATE unleash::unleash)