aboutsummaryrefslogtreecommitdiff
path: root/LibreSSLConfig.cmake.in (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Properly check componentsMarc Aldorasi2023-09-121-6/+9
|
* CMake: Export and install library targets.Pierre Wendling2023-08-191-0/+33
The configs can be consumed by setting LibreSSL_DIR to the build directory, or after installation using CMAKE_PREFIX_PATH/LibreSSL_DIR. For compatibility, the EXPORT_NAME of targets and the LIBRESSL_* variables are set to match the names used in FindLibreSSL.