This file is indexed.

/usr/lib/cmake/Libkolabxml/LibkolabxmlConfig.cmake is in libkolabxml-dev 1.1.6-2ubuntu1.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
get_filename_component(Libkolabxml_CMAKE_DIR ${CMAKE_CURRENT_LIST_FILE} PATH) #get the directory where this *Config.cmake file is installed 

# set the version
set(Libkolabxml_VERSION_MAJOR 1)
set(Libkolabxml_VERSION_MINOR 1)
set(Libkolabxml_VERSION_PATCH 6)
set(Libkolabxml_VERSION ${Libkolabxml_VERSION_MAJOR}.${Libkolabxml_VERSION_MINOR}.${Libkolabxml_VERSION_PATCH})

# Set the include directory
set(Libkolabxml_INCLUDES "${Libkolabxml_CMAKE_DIR}/../../../include/kolabxml")

# import the exported targets
include(${Libkolabxml_CMAKE_DIR}/LibkolabxmlTargets.cmake)

# set the expected library variable
set(Libkolabxml_LIBRARIES kolabxml)