aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/iceoryx/usage
diff options
context:
space:
mode:
authorEthan Morgan <ethan@gweithio.com>2026-02-14 16:44:06 +0000
committerEthan Morgan <ethan@gweithio.com>2026-02-14 16:44:06 +0000
commit54409423f767d8b1cf30cb7d0efca6b4ca138823 (patch)
treed915ac7828703ce4b963efdd9728a1777ba18c1e /vcpkg/ports/iceoryx/usage
move to own git serverHEADmaster
Diffstat (limited to 'vcpkg/ports/iceoryx/usage')
-rw-r--r--vcpkg/ports/iceoryx/usage14
1 files changed, 14 insertions, 0 deletions
diff --git a/vcpkg/ports/iceoryx/usage b/vcpkg/ports/iceoryx/usage
new file mode 100644
index 0000000..1b6ffef
--- /dev/null
+++ b/vcpkg/ports/iceoryx/usage
@@ -0,0 +1,14 @@
+iceoryx provides CMake targets:
+
+ find_package(iceoryx_binding_c CONFIG REQUIRED)
+ target_link_libraries(main PRIVATE iceoryx_binding_c::iceoryx_binding_c)
+
+ find_package(iceoryx_hoofs CONFIG REQUIRED)
+ target_link_libraries(main PRIVATE iceoryx_hoofs::iceoryx_hoofs
+ iceoryx_hoofs::iceoryx_platform)
+
+ find_package(iceoryx_posh CONFIG REQUIRED)
+ target_link_libraries(main PRIVATE iceoryx_posh::iceoryx_posh
+ iceoryx_posh::iceoryx_posh_roudi
+ iceoryx_posh::iceoryx_posh_config
+ iceoryx_posh::iceoryx_posh_gateway)