This file is indexed.

/usr/lib/gdcm-2.0/GDCMTargets.cmake is in libgdcm2-dev 2.0.18-7.

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
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
# Generated by CMake 2.8.6

IF("${CMAKE_MAJOR_VERSION}.${CMAKE_MINOR_VERSION}" LESS 2.5)
   MESSAGE(FATAL_ERROR "CMake >= 2.6.0 required")
ENDIF("${CMAKE_MAJOR_VERSION}.${CMAKE_MINOR_VERSION}" LESS 2.5)
CMAKE_POLICY(PUSH)
CMAKE_POLICY(VERSION 2.6)
#----------------------------------------------------------------
# Generated CMake target import file.
#----------------------------------------------------------------

# Commands may need to know the format version.
SET(CMAKE_IMPORT_FILE_VERSION 1)

# Create imported target gdcmCommon
ADD_LIBRARY(gdcmCommon SHARED IMPORTED)

# Create imported target gdcmDICT
ADD_LIBRARY(gdcmDICT SHARED IMPORTED)

# Create imported target gdcmDSED
ADD_LIBRARY(gdcmDSED SHARED IMPORTED)

# Create imported target gdcmIOD
ADD_LIBRARY(gdcmIOD SHARED IMPORTED)

# Create imported target gdcmMSFF
ADD_LIBRARY(gdcmMSFF SHARED IMPORTED)

# Create imported target gdcmjpeg8
ADD_LIBRARY(gdcmjpeg8 SHARED IMPORTED)

# Create imported target gdcmjpeg12
ADD_LIBRARY(gdcmjpeg12 SHARED IMPORTED)

# Create imported target gdcmjpeg16
ADD_LIBRARY(gdcmjpeg16 SHARED IMPORTED)

# Create imported target vtkgdcm
ADD_LIBRARY(vtkgdcm SHARED IMPORTED)

# Create imported target vtkgdcmsharpglue
ADD_LIBRARY(vtkgdcmsharpglue MODULE IMPORTED)

# Create imported target vtkgdcmJava
ADD_LIBRARY(vtkgdcmJava SHARED IMPORTED)

# Create imported target vtkgdcmPython
ADD_LIBRARY(vtkgdcmPython MODULE IMPORTED)

# Create imported target vtkgdcmPythonD
ADD_LIBRARY(vtkgdcmPythonD SHARED IMPORTED)

# Create imported target gdcmdump
ADD_EXECUTABLE(gdcmdump IMPORTED)

# Create imported target gdcmraw
ADD_EXECUTABLE(gdcmraw IMPORTED)

# Create imported target gdcmscanner
ADD_EXECUTABLE(gdcmscanner IMPORTED)

# Create imported target gdcmanon
ADD_EXECUTABLE(gdcmanon IMPORTED)

# Create imported target gdcmgendir
ADD_EXECUTABLE(gdcmgendir IMPORTED)

# Create imported target gdcmimg
ADD_EXECUTABLE(gdcmimg IMPORTED)

# Create imported target gdcmconv
ADD_EXECUTABLE(gdcmconv IMPORTED)

# Create imported target gdcmtar
ADD_EXECUTABLE(gdcmtar IMPORTED)

# Create imported target gdcminfo
ADD_EXECUTABLE(gdcminfo IMPORTED)

# Create imported target gdcmpdf
ADD_EXECUTABLE(gdcmpdf IMPORTED)

# Load information for each installed configuration.
GET_FILENAME_COMPONENT(_DIR "${CMAKE_CURRENT_LIST_FILE}" PATH)
FILE(GLOB CONFIG_FILES "${_DIR}/GDCMTargets-*.cmake")
FOREACH(f ${CONFIG_FILES})
  INCLUDE(${f})
ENDFOREACH(f)

# Commands beyond this point should not need to know the version.
SET(CMAKE_IMPORT_FILE_VERSION)
CMAKE_POLICY(POP)