This file is indexed.

/usr/lib/cmake/LibKFbAPI/LibKFbAPIConfig.cmake is in libkfbapi-dev 1.0-0ubuntu7.

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

# Config file for LibKFbAPI. This file will define:
# LibKFbAPI_INCLUDE_DIR - The LibKFbAPI include directory
# LibKFbAPI_LIBRARY - The library needed to use LibKFbAPI
# LibKFbAPI_VERSION - The LibKFbAPI 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(LibKFbAPI_VERSION_MAJOR 1)
set(LibKFbAPI_VERSION_MINOR 0)
set(LibKFbAPI_VERSION_RELEASE 0)
set(LibKFbAPI_VERSION ${LibKFbAPI_VERSION_MAJOR}.${LibKFbAPI_VERSION_MINOR}.${LibKFbAPI_VERSION_RELEASE})

# Include directory
set(LibKFbAPI_INSTALL_PREFIX "${rootDir}")
set(LibKFbAPI_INCLUDE_DIR "/usr/include")

# import the exported targets (only once)
if(NOT TARGET kfbapi)
  include(${_currentDir}/LibKFbAPITargetsWithPrefix.cmake)
endif()

# Set the library variable
set(LibKFbAPI_LIBRARY kfbapi)