This file is indexed.

/usr/lib/cmake/libkcddb/LibkcddbConfig.cmake is in libkcddb-dev 4:16.08.3-1.

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
# LibkcddbConfig.cmake is generated by CMake from LibkcddbConfig.cmake.in.
# Any changed value in this file will be overwritten by CMake.

get_filename_component(currentDir ${CMAKE_CURRENT_LIST_FILE} PATH) # get the directory where I myself am
get_filename_component(rootDir ${currentDir}/../../../../ ABSOLUTE) # get the chosen install prefix

if (NOT _libkcddb_targets_included)
    set(_libkcddb_targets_included TRUE)
    include(${currentDir}/LibkcddbTargets.cmake)
endif (NOT _libkcddb_targets_included)

set(LIBKCDDB_INCLUDE_DIRS "${rootDir}//usr/include")
set(LIBKCDDB_LIBRARIES KDE::Libkcddb::kcddb)