5 lines
128 B
Plaintext
5 lines
128 B
Plaintext
netcpp provides CMake targets:
|
|
|
|
find_package(netcpp CONFIG REQUIRED)
|
|
target_link_libraries(main PRIVATE netcpp::netcpp)
|