mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-01 08:59:00 +08:00
4 lines
166 B
Plaintext
4 lines
166 B
Plaintext
|
boringssl can be found via the built-in CMake find-module:
|
||
|
|
||
|
find_package(OpenSSL REQUIRED)
|
||
|
target_link_libraries(main PRIVATE OpenSSL::SSL OpenSSL::Crypto)
|