8 lines
226 B
CMake
8 lines
226 B
CMake
@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")
|