You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 

10 lines
448 B

@PACKAGE_INIT@
include(CMakeFindDependencyMacro)
find_dependency(KF5Akonadi "@AKONADI_VERSION@")
find_dependency(KF5AkonadiMime "@AKONADIMIME_LIB_VERSION@")
find_dependency(KF5Libkdepim "@LIBKDEPIM_LIB_VERSION@")
find_dependency(KF5MessageComposer "@MESSAGELIB_LIB_VERSION@")
find_dependency(KF5PimCommon "@PIMCOMMON_LIB_VERSION@")
find_dependency(KF5Completion "@KF5_MIN_VERSION@")
include("${CMAKE_CURRENT_LIST_DIR}/KF5MailCommonTargets.cmake")