Warning, /system/libdebconf-kde/DebconfKDEConfig.cmake.in is written in an unsupported language. File is not indexed.

0001 # DebconfKDEConfig.cmake provides information about the installed DebconfKDE library.
0002 # It can be used directly from CMake via find_package(DebconfKDE NO_MODULE)
0003 #
0004 # The following CMake variables are provided:
0005 #   DEBCONF_VERSION_MAJOR - the major version number of DebconfKDE
0006 #   DEBCONF_VERSION_MINOR - the minor version number of DebconfKDE
0007 #   DEBCONF_VERSION_PATCH - the patch version number of DebconfKDE
0008 #   DEBCONF_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 #   DebconfKDE - the debconf-kde library
0013 
0014 @PACKAGE_INIT@
0015 
0016 find_dependency(Qt5Widgets @REQUIRED_QT_VERSION@)
0017 
0018 include("${CMAKE_CURRENT_LIST_DIR}/DebconfKDETargets.cmake")