Warning, /graphics/libkipi/cmake/templates/KF5KipiConfig.cmake.in is written in an unsupported language. File is not indexed.
0001 # KipiConfig.cmake provides information about the installed Kipi library. 0002 # It can be used directly from CMake via find_package(Kipi NO_MODULE) 0003 # 0004 # The following CMake variables are provided: 0005 # Kipi_VERSION_MAJOR - the major version number of Kipi 0006 # Kipi_VERSION_MINOR - the minor version number of Kipi 0007 # Kipi_VERSION_PATCH - the patch version number of Kipi 0008 # Kipi_INCLUDE_DIRS - the include directories to use 0009 # 0010 # Additionally, the following imported library targets are created, which may be used directly 0011 # with target_link_libraries(): 0012 # KF5::Kipi - the kipi library 0013 0014 @PACKAGE_INIT@ 0015 0016 include(CMakeFindDependencyMacro) 0017 find_dependency(Qt5Core @QT_MIN_VERSION@) 0018 find_dependency(Qt5Gui @QT_MIN_VERSION@) 0019 find_dependency(Qt5Widgets @QT_MIN_VERSION@) 0020 find_dependency(KF5Config @KF_MIN_VERSION@) 0021 find_dependency(KF5Service @KF_MIN_VERSION@) 0022 find_dependency(KF5XmlGui @KF_MIN_VERSION@) 0023 0024 include("${CMAKE_CURRENT_LIST_DIR}/KF5KipiTargets.cmake")