This file is indexed.

/usr/lib/cmake/libkcompactdisc/LibkcompactdiscConfig.cmake is in libkcompactdisc-dev 4:15.12.3-0ubuntu1.

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
# LibkcompactdiscConfig.cmake is generated by CMake from LibkcompactdiscConfig.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 _libkcompactdisc_targets_included)
    set(_libkcompactdisc_targets_included TRUE)
    include(${currentDir}/LibkcompactdiscTargets.cmake)
endif (NOT _libkcompactdisc_targets_included)

set(LIBKCOMPACTDISC_INCLUDE_DIRS "${rootDir}//usr/include")
set(LIBKCOMPACTDISC_LIBRARIES KDE::Libkcompactdisc::kcompactdisc)