vcpkg/ports/netcpp/usage

5 lines
128 B
Plaintext
Raw Normal View History

2024-09-11 08:42:43 +08:00
netcpp provides CMake targets:
find_package(netcpp CONFIG REQUIRED)
target_link_libraries(main PRIVATE netcpp::netcpp)