This file is indexed.

/usr/lib/cmake/KFileMetaData/KFileMetaDataConfig.cmake is in libkfilemetadata-dev 4:4.14.3-2.

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
17
# Do not modify this file. Any change will be overwritten by CMake.

# Config file for KFileMetaData. This file will define:
# KFILEMETADATA_INCLUDE_DIR - The KFileMetaData include directory
# KFILEMETADATA_LIBRARY - The library needed to use KFileMetaData

get_filename_component(_currentDir ${CMAKE_CURRENT_LIST_FILE} PATH) # The current directory
get_filename_component(rootDir ${_currentDir}/ ABSOLUTE) # The install prefix

# Include directory
set(KFILEMETADATA_INSTALL_PREFIX "${rootDir}")
set(KFILEMETADATA_INCLUDE_DIR "/usr/include")

include(${_currentDir}/KFileMetaDataTargetsWithPrefix.cmake)

# Set the library variable
set(KFILEMETADATA_LIBRARY kfilemetadata)