aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/rsig/usage
diff options
context:
space:
mode:
Diffstat (limited to 'vcpkg/ports/rsig/usage')
-rw-r--r--vcpkg/ports/rsig/usage4
1 files changed, 4 insertions, 0 deletions
diff --git a/vcpkg/ports/rsig/usage b/vcpkg/ports/rsig/usage
new file mode 100644
index 0000000..918026f
--- /dev/null
+++ b/vcpkg/ports/rsig/usage
@@ -0,0 +1,4 @@
+The package rsig is header only and can be used from CMake via:
+
+ find_path(RSIG_INCLUDE_DIRS "rsig/rsig.h")
+ target_include_directories(main PRIVATE ${RSIG_INCLUDE_DIRS})