[openssl] Add usage file

This commit is contained in:
Robert Schumacher 2018-07-17 16:51:27 -07:00
parent c161d33e44
commit cc89413fd1
2 changed files with 5 additions and 0 deletions

View File

@ -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
View 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)