This file is indexed.

/usr/include/OpenMS/DATASTRUCTURES/sources.cmake is in libopenms-dev 1.11.1-3.

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
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
### the directory name
set(directory include/OpenMS/DATASTRUCTURES)

### list all header files of the directory here
set(sources_list_h
Adduct.h
BigString.h
BinaryTreeNode.h
ChargePair.h
Compomer.h
ConstRefVector.h
ConvexHull2D.h
CVMappingTerm.h
CVMappingRule.h
CVReference.h
CVMappings.h
DBoundingBox.h
DIntervalBase.h
DPosition.h
DRange.h
DataValue.h
Date.h
DateTime.h
DefaultParamHandler.h
DistanceMatrix.h
DoubleList.h
GridFeature.h
IntList.h
IsotopeCluster.h
Map.h
MassExplainer.h
Matrix.h
Param.h
QTCluster.h
SeqanIncludeWrapper.h
SparseVector.h
String.h
StringList.h
SuffixArray.h
SuffixArrayPeptideFinder.h
SuffixArraySeqan.h
SuffixArrayTrypticCompressed.h
SuffixArrayTrypticSeqan.h
ToolDescription.h
LPWrapper.h
)

### add path to the filenames
set(sources_h)
foreach(i ${sources_list_h})
	list(APPEND sources_h ${directory}/${i})
endforeach(i)

### source group definition
source_group("Header Files\\OpenMS\\DATASTRUCTURES" FILES ${sources_h})

set(OpenMS_sources_h ${OpenMS_sources_h} ${sources_h})