vcpkg/ports/netcpp/usage

5 lines
132 B
Plaintext
Raw Normal View History

netcpp provides CMake targets:
find_package(netcpp CONFIG REQUIRED)
target_link_libraries(main PRIVATE netcpp::netcpp)