diff options
Diffstat (limited to 'vcpkg/ports/curl/usage')
| -rw-r--r-- | vcpkg/ports/curl/usage | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/vcpkg/ports/curl/usage b/vcpkg/ports/curl/usage new file mode 100644 index 0000000..eea1140 --- /dev/null +++ b/vcpkg/ports/curl/usage @@ -0,0 +1,4 @@ +curl is compatible with built-in CMake targets: + + find_package(CURL REQUIRED) + target_link_libraries(main PRIVATE CURL::libcurl) |