@PACKAGE_INIT@ include(CMakeFindDependencyMacro) find_dependency(libowfat CONFIG) if(NOT TARGET OpenSSL::Crypto) find_dependency(OpenSSL COMPONENTS Crypto) endif() include("${CMAKE_CURRENT_LIST_DIR}/tinyldap-targets.cmake")