File: CMakeLists.txt

package info (click to toggle)
insighttoolkit4 4.13.3withdata-dfsg1-4
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 489,260 kB
  • sloc: cpp: 557,342; ansic: 146,850; fortran: 34,788; python: 16,572; sh: 2,187; lisp: 2,070; tcl: 993; java: 362; perl: 200; makefile: 129; csh: 81; pascal: 69; xml: 19; ruby: 10
file content (169 lines) | stat: -rw-r--r-- 7,681 bytes parent folder | download | duplicates (5)
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
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
project(ITKv3ImageRegistration)

add_executable(ITKv3ImageRegistration3 ImageRegistration3.cxx )
target_link_libraries(ITKv3ImageRegistration3 ${ITK_LIBRARIES})

add_executable(ITKv3ImageRegistration5 ImageRegistration5.cxx )
target_link_libraries(ITKv3ImageRegistration5 ${ITK_LIBRARIES})

add_executable(ITKv3ImageRegistration6 ImageRegistration6.cxx )
target_link_libraries(ITKv3ImageRegistration6 ${ITK_LIBRARIES})

add_executable(ITKv3ImageRegistration8 ImageRegistration8.cxx )
target_link_libraries(ITKv3ImageRegistration8 ${ITK_LIBRARIES})

add_executable(ITKv3ImageRegistration9 ImageRegistration9.cxx )
target_link_libraries(ITKv3ImageRegistration9 ${ITK_LIBRARIES})

add_executable(ITKv3ImageRegistration10 ImageRegistration10.cxx )
target_link_libraries(ITKv3ImageRegistration10 ${ITK_LIBRARIES})

add_executable(ITKv3DeformableRegistration4 DeformableRegistration4.cxx )
target_link_libraries(ITKv3DeformableRegistration4 ${ITK_LIBRARIES})

add_executable(ITKv3ImageRegistration4 ImageRegistration4.cxx )
target_link_libraries(ITKv3ImageRegistration4 ${ITK_LIBRARIES})

add_executable(ITKv3ImageRegistration7 ImageRegistration7.cxx )
target_link_libraries(ITKv3ImageRegistration7 ${ITK_LIBRARIES})

add_executable(ITKv3ImageRegistration11 ImageRegistration11.cxx )
target_link_libraries(ITKv3ImageRegistration11 ${ITK_LIBRARIES})

add_executable(ITKv3ImageRegistration12 ImageRegistration12.cxx )
target_link_libraries(ITKv3ImageRegistration12 ${ITK_LIBRARIES})

add_executable(ITKv3ImageRegistration13 ImageRegistration13.cxx )
target_link_libraries(ITKv3ImageRegistration13 ${ITK_LIBRARIES})

add_executable(ITKv3ImageRegistration14 ImageRegistration14.cxx )
target_link_libraries(ITKv3ImageRegistration14 ${ITK_LIBRARIES})

add_executable(ITKv3ImageRegistration15 ImageRegistration15.cxx )
target_link_libraries(ITKv3ImageRegistration15 ${ITK_LIBRARIES})

add_executable(ITKv3ImageRegistration16 ImageRegistration16.cxx )
target_link_libraries(ITKv3ImageRegistration16 ${ITK_LIBRARIES})

add_executable(ITKv3ImageRegistration18 ImageRegistration18.cxx )
target_link_libraries(ITKv3ImageRegistration18 ${ITK_LIBRARIES})

add_executable(ITKv3ImageRegistration19 ImageRegistration19.cxx )
target_link_libraries(ITKv3ImageRegistration19 ${ITK_LIBRARIES})

add_executable(ITKv3ImageRegistration20 ImageRegistration20.cxx )
target_link_libraries(ITKv3ImageRegistration20 ${ITK_LIBRARIES})

add_executable(ITKv3DeformableRegistration6 DeformableRegistration6.cxx )
target_link_libraries(ITKv3DeformableRegistration6 ${ITK_LIBRARIES})

add_executable(ITKv3DeformableRegistration7 DeformableRegistration7.cxx )
target_link_libraries(ITKv3DeformableRegistration7 ${ITK_LIBRARIES})

add_executable(ITKv3DeformableRegistration8 DeformableRegistration8.cxx )
target_link_libraries(ITKv3DeformableRegistration8 ${ITK_LIBRARIES})

if( ITK_USE_FFTWD )
  add_executable(ITKv3DeformableRegistration9 DeformableRegistration9.cxx )
  target_link_libraries(ITKv3DeformableRegistration9 ${ITK_LIBRARIES})

  add_executable(ITKv3DeformableRegistration10 DeformableRegistration10.cxx )
  target_link_libraries(ITKv3DeformableRegistration10 ${ITK_LIBRARIES})
endif()

add_executable(ITKv3MultiResImageRegistration1 MultiResImageRegistration1.cxx )
target_link_libraries(ITKv3MultiResImageRegistration1 ${ITK_LIBRARIES})

add_executable(ITKv3MultiResImageRegistration2 MultiResImageRegistration2.cxx )
target_link_libraries(ITKv3MultiResImageRegistration2 ${ITK_LIBRARIES})

add_executable(ITKv3MultiResImageRegistration3 MultiResImageRegistration3.cxx )
target_link_libraries(ITKv3MultiResImageRegistration3 ${ITK_LIBRARIES})

add_executable(ITKv3DeformableRegistration1 DeformableRegistration1.cxx )
target_link_libraries(ITKv3DeformableRegistration1 ${ITK_LIBRARIES})

add_executable(ITKv3DeformableRegistration11 DeformableRegistration11.cxx )
target_link_libraries(ITKv3DeformableRegistration11 ${ITK_LIBRARIES})

add_executable(ITKv3DeformableRegistration2 DeformableRegistration2.cxx )
target_link_libraries(ITKv3DeformableRegistration2 ${ITK_LIBRARIES})

add_executable(ITKv3DeformableRegistration3 DeformableRegistration3.cxx )
target_link_libraries(ITKv3DeformableRegistration3 ${ITK_LIBRARIES})

add_executable(ITKv3DeformableRegistration5 DeformableRegistration5.cxx )
target_link_libraries(ITKv3DeformableRegistration5 ${ITK_LIBRARIES})

add_executable(ITKv3DeformableRegistration12 DeformableRegistration12.cxx )
target_link_libraries(ITKv3DeformableRegistration12 ${ITK_LIBRARIES})

add_executable(ITKv3DeformableRegistration13 DeformableRegistration13.cxx )
target_link_libraries(ITKv3DeformableRegistration13 ${ITK_LIBRARIES})

add_executable(ITKv3DeformableRegistration14 DeformableRegistration14.cxx )
target_link_libraries(ITKv3DeformableRegistration14 ${ITK_LIBRARIES})

add_executable(ITKv3ChangeInformationImageFilter ChangeInformationImageFilter.cxx )
target_link_libraries(ITKv3ChangeInformationImageFilter ${ITK_LIBRARIES})

add_executable(ITKv3DeformableRegistration15 DeformableRegistration15.cxx )
target_link_libraries(ITKv3DeformableRegistration15 ${ITK_LIBRARIES})

add_executable(ITKv3DeformableRegistration16 DeformableRegistration16.cxx )
target_link_libraries(ITKv3DeformableRegistration16 ${ITK_LIBRARIES})

add_executable(ITKv3DeformableRegistration17 DeformableRegistration17.cxx )
target_link_libraries(ITKv3DeformableRegistration17 ${ITK_LIBRARIES})

add_executable(ITKv3DisplacementFieldInitialization DisplacementFieldInitialization.cxx )
target_link_libraries(ITKv3DisplacementFieldInitialization ${ITK_LIBRARIES})

add_executable(ITKv3LandmarkWarping2 LandmarkWarping2.cxx )
target_link_libraries(ITKv3LandmarkWarping2 ${ITK_LIBRARIES})

add_executable(ITKv3BSplineWarping1 BSplineWarping1.cxx )
target_link_libraries(ITKv3BSplineWarping1 ${ITK_LIBRARIES})

add_executable(ITKv3BSplineWarping2 BSplineWarping2.cxx )
target_link_libraries(ITKv3BSplineWarping2 ${ITK_LIBRARIES})

add_executable(ITKv3ThinPlateSplineWarp ThinPlateSplineWarp.cxx )
target_link_libraries(ITKv3ThinPlateSplineWarp ${ITK_LIBRARIES})

add_executable(ITKv3ModelToImageRegistration1 ModelToImageRegistration1.cxx )
target_link_libraries(ITKv3ModelToImageRegistration1 ${ITK_LIBRARIES})

add_executable(ITKv3ModelToImageRegistration2 ModelToImageRegistration2.cxx )
target_link_libraries(ITKv3ModelToImageRegistration2 ${ITK_LIBRARIES})

add_executable(ITKv3ImageRegistration1 ImageRegistration1.cxx )
target_link_libraries(ITKv3ImageRegistration1 ${ITK_LIBRARIES})

add_executable(ITKv3ImageRegistration2 ImageRegistration2.cxx )
target_link_libraries(ITKv3ImageRegistration2 ${ITK_LIBRARIES})

add_executable(ITKv3ImageRegistration17 ImageRegistration17.cxx )
target_link_libraries(ITKv3ImageRegistration17 ${ITK_LIBRARIES})

add_executable(ITKv3ImageRegistrationHistogramPlotter ImageRegistrationHistogramPlotter.cxx )
target_link_libraries(ITKv3ImageRegistrationHistogramPlotter ${ITK_LIBRARIES})

add_executable(ITKv3MeanSquaresImageMetric1  MeanSquaresImageMetric1.cxx )
target_link_libraries(ITKv3MeanSquaresImageMetric1 ${ITK_LIBRARIES})

add_executable(ITKv3DeformationFieldJacobian DeformationFieldJacobian.cxx )
target_link_libraries(ITKv3DeformationFieldJacobian ${ITK_LIBRARIES})

add_executable(ITKv3IterativeClosestPoint1   IterativeClosestPoint1.cxx )
target_link_libraries(ITKv3IterativeClosestPoint1 ${ITK_LIBRARIES})

add_executable(ITKv3IterativeClosestPoint2   IterativeClosestPoint2.cxx )
target_link_libraries(ITKv3IterativeClosestPoint2 ${ITK_LIBRARIES})

add_executable(ITKv3IterativeClosestPoint3   IterativeClosestPoint3.cxx )
target_link_libraries(ITKv3IterativeClosestPoint3 ${ITK_LIBRARIES})

if(BUILD_TESTING)
  add_subdirectory(test)
endif()