This file is indexed.

/usr/lib/cmake/analitza/AnalitzaConfig.cmake is in libanalitza5-dev 4:4.14.3-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
25
26
27
28
29
30
31
32
33
#########################################################################
#
# Analitza Library Configuration File
#
# This file sets various CMake Variables
#
# ANALITZA_INCLUDE_DIR               - The Include Directory for all ANALITZA libraries
# ANALITZA_LIBRARY                   - the analitza library
# ANALITZAPLOT_LIBRARY               - the analitzaplot library
# ANALITZAGUI_LIBRARY                - the analitzagui library
# ANALITZA_LIBS                      - libraries above
#
# Copyright 2011  Aleix Pol Gonzalez <aleixpol@kde.org>
# Redistribution and use is allowed according to the terms of the BSD license.
######################################################################

get_filename_component(_ANALITZA_CURRENT_DIR  "${CMAKE_CURRENT_LIST_FILE}" PATH)

set( ANALITZA_INCLUDE_DIR "/usr/include" )

include("${_ANALITZA_CURRENT_DIR}/AnalitzaTargets.cmake")
set( ANALITZA_LIBRARY AnalitzaImport__analitza )
set( ANALITZAPLOT_LIBRARY AnalitzaImport__analitzaplot )
set( ANALITZAGUI_LIBRARY AnalitzaImport__analitzagui )
set( ANALITZA_LIBS ${ANALITZA_LIBRARY} ${ANALITZAPLOT_LIBRARY} ${ANALITZAGUI_LIBRARY})

mark_as_advanced(
	ANALITZA_INCLUDE_DIR
	ANALITZA_LIBRARY
	ANALITZA_PLOT_LIBRARY
	ANALITZA_GUI_LIBRARY
	ANALITZA_LIBS
)