This file is indexed.

/usr/lib/cmake/KActivities-Models/KActivities-ModelsConfig.cmake is in libkactivities-dev 4:4.13.0-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
14
15
16
17
18
19
20
21
22
23
24
get_filename_component(myDir ${CMAKE_CURRENT_LIST_FILE} PATH) # get the directory where I myself am
get_filename_component(rootDir ${myDir}/ ABSOLUTE) # get the chosen install prefix

# set the version of myself
set(KACTIVITIES_MODELS_VERSION_MAJOR 1)
set(KACTIVITIES_MODELS_VERSION_MINOR 0)
set(KACTIVITIES_MODELS_VERSION_PATCH 0)
set(KACTIVITIES_MODELS_VERSION 1.0.0)
set(KACTIVITIES_MODELS_VERSION_STRING "1.0.0")

# what is my include directory
# we have _DIRS for compat with existing usage
SET(KACTIVITIES_MODELS_INCLUDE_DIRS "/usr/include" "/usr/include/KDE" CACHE PATH "Include path for the KActivities-Models library")
set(KACTIVITIES_MODELS_INCLUDES "${rootDir}//usr/include" "/usr/include/KDE")
set(KACTIVITIES_MODELS_ONTOLOGIES_DIR "")

# import the exported targets
include(${myDir}/KActivitiesModelsLibraryTargets.cmake)

# set the expected library variable
# XXX: only KACTIVITIES_MODELS_LIBRARIES should be used according to CMake's conventions,
#      KACTIVITIES_MODELS_LIBRARY is kept for compatibility with all the places using it.
set(KACTIVITIES_MODELS_LIBRARY kactivities-models)
set(KACTIVITIES_MODELS_LIBRARIES kactivities-models)