vcpkg/ports/civetweb/usage

5 lines
132 B
Plaintext

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