This file is indexed.

/usr/lib/cmake/NepomukWidgets/NepomukWidgetsConfig.cmake is in libnepomukwidgets-dev 4:4.13.1-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
26
27
28
29
30
31
# Config file for nepomuk-widgets. Do not modify this file. Any change will be overwritten by CMake.

# This file will define the following variables:
#
# NEPOMUK_WIDGETS_LIB_DIR : The nepomuk-widgets library directory
# NEPOMUK_WIDGETS_INCLUDE_DIR : The nepomuk-widgets include directory
# NEPOMUK_WIDGETS_VERSION : The nepomuk-widgets version
# NEPOMUK_WIDGETS_LIBRARY : The nepomukwidgets library

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

# The nepomuk-widgets version
set(NEPOMUK_WIDGETS_VERSION_MAJOR 0)
set(NEPOMUK_WIDGETS_VERSION_MINOR 1)
set(NEPOMUK_WIDGETS_VERSION_RELEASE 0)
set(NEPOMUK_WIDGETS_VERSION ${NEPOMUK_WIDGETS_VERSION_MAJOR}.${NEPOMUK_WIDGETS_VERSION_MINOR}.${NEPOMUK_WIDGETS_VERSION_RELEASE})

# Include directory
set(NEPOMUK_WIDGETS_INCLUDE_DIR "/usr/include")

# Library directory
set(NEPOMUK_WIDGETS_LIB_DIR "/usr/lib")

# Import the exported targets
if(NOT TARGET nepomukwidgets)
include(${_currentDir}/NepomukWidgetsTargetsWithPrefix.cmake)
endif()

# Set the libraries names
set(NEPOMUK_WIDGETS_LIBRARY nepomukwidgets)