mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-25 00:49:01 +08:00
2aed520ed7
* update nethost * bump nethost version * Add CMake exports in an unofficial- namespace https://github.com/microsoft/vcpkg/blob/master/docs/maintainers/maintainer-guide.md#add-cmake-exports-in-an-unofficial--namespace * fix port version and deprecated functions * change nethost version date to version * update usage * add quotes to paths and export targets directly * bump nethost version * [nethost] Only build one flavor * fix build error * bump nethost version Co-authored-by: Robert Schumacher <roschuma@microsoft.com>
5 lines
170 B
Plaintext
5 lines
170 B
Plaintext
The package nethost can be used via CMake:
|
|
|
|
find_package(unofficial-nethost CONFIG REQUIRED)
|
|
target_link_libraries(main PRIVATE unofficial::nethost::nethost)
|