mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 12:09:00 +08:00
08a6cdd73b
* [curl] Update to 8.3.0 * Add explicit usage * Fix CMake 3.7 compatibility * Update copyright * Update vcpkg-cmake-wrapper
5 lines
135 B
Plaintext
5 lines
135 B
Plaintext
curl is compatible with built-in CMake targets:
|
|
|
|
find_package(CURL REQUIRED)
|
|
target_link_libraries(main PRIVATE CURL::libcurl)
|