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