This file is indexed.

/usr/lib/cmake/LibKScreen/LibKScreenConfig.cmake is in libkscreen-dev 1.0.5-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
14
15
16
17
18
19
20
21
22
23
24
25
# Do not modify this file. Any change will be overwritten by CMake.

# Config file for LibKScreen. This file will define:
# LibKScreen_INCLUDE_DIR - The LibKScreen include directory
# LibKScreen_LIBRARY - The library needed to use LibKScreen
# LibKScreen_VERSION - The LibKScreen version

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

# The library version
set(LibKScreen_VERSION_MAJOR )
set(LibKScreen_VERSION_MINOR )
set(LibKScreen_VERSION_RELEASE )
set(LibKScreen_VERSION ${LibKScreen_VERSION_MAJOR}.${LibKScreen_VERSION_MINOR}.${LibKScreen_VERSION_RELEASE})

# Include directory
set(LibKScreen_INSTALL_PREFIX "${rootDir}")
set(LibKScreen_INCLUDE_DIR "/usr/include")

# import the exported targets
include(${_currentDir}/LibKScreenTargetsWithPrefix.cmake)

# Set the library variable
set(LibKScreen_LIBRARY kscreen)