mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-25 05:52:04 +08:00
0ba60bfef5
* [cyclonedds] Add new port * [cyclonedds] Update supports * [cyclonedds] Update version * Add usage, vcpkg_fixup_pkgconfig. * [cyclonedds] Update ddsperf dependencies --------- Co-authored-by: Billy Robert O'Neal III <bion@microsoft.com>
5 lines
138 B
Plaintext
5 lines
138 B
Plaintext
cyclonedds provides CMake targets:
|
|
|
|
find_package(CycloneDDS CONFIG REQUIRED)
|
|
target_link_libraries(main PRIVATE CycloneDDS::ddsc)
|