mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-27 18:31:15 +08:00
[openssl] Add usage file
This commit is contained in:
parent
c161d33e44
commit
cc89413fd1
@ -1 +1,2 @@
|
||||
set(VCPKG_POLICY_EMPTY_PACKAGE enabled)
|
||||
file(INSTALL ${CMAKE_CURRENT_LIST_DIR}/usage DESTINATION ${CURRENT_PACKAGES_DIR}/share/openssl/)
|
||||
|
4
ports/openssl/usage
Normal file
4
ports/openssl/usage
Normal file
@ -0,0 +1,4 @@
|
||||
The package openssl is compatible with built-in CMake targets:
|
||||
|
||||
find_package(OpenSSL REQUIRED)
|
||||
target_link_libraries(main PRIVATE OpenSSL::SSL OpenSSL::Crypto)
|
Loading…
x
Reference in New Issue
Block a user