This file is indexed.

/usr/lib/cmake/KDEGames/KDEGamesConfig.cmake is in libkdegames-dev 4:14.12.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
# - Config file for the KDEGames package
# It defines the following variables
#  KDEGAMES_INCLUDE_DIRS
#  KDEGAMES_INCLUDE_DIR
#  KDEGAMES_LIBRARY

# compute paths
get_filename_component(KDEGAMES_CMAKE_DIR "${CMAKE_CURRENT_LIST_FILE}" PATH)
set(KDEGAMES_INCLUDE_DIR "${KDEGAMES_CMAKE_DIR}/../../../include")
set(KDEGAMES_INCLUDE_DIRS "${KDEGAMES_INCLUDE_DIR}" "${KDEGAMES_INCLUDE_DIR}/KDE")

# import our library dependencies
include("${KDEGAMES_CMAKE_DIR}/KDEGamesLibraryDepends.cmake")
set(KDEGAMES_LIBRARY kdegames)