vcpkg/ports/udt/usage
xiaozhuai, Weihang Ding fe367ac23e
[udt] New port (#30348)
* [udt] New port

* update version database

* fix windows build

* update version database

* fix platform detection

* update version database

* fix windows build

* update version database

* fix patch

* update version database

* optimize defs

* update version database

* not support uwp

* update version database

* Fix find unofficial-udt

* update version database
2023-03-28 13:34:18 -07:00

5 lines
139 B
Plaintext

udt provides CMake targets:
find_package(unofficial-udt CONFIG REQUIRED)
target_link_libraries(main PRIVATE unofficial::udt::udt)