ParaViewClients-targets.cmake
Go to the documentation of this file.
1 # Generated by CMake
2 
3 if("${CMAKE_MAJOR_VERSION}.${CMAKE_MINOR_VERSION}" LESS 2.8)
4  message(FATAL_ERROR "CMake >= 2.8.0 required")
5 endif()
6 if(CMAKE_VERSION VERSION_LESS "3.0.0")
7  message(FATAL_ERROR "CMake >= 3.0.0 required")
8 endif()
9 cmake_policy(PUSH)
10 cmake_policy(VERSION 3.0.0...3.27)
11 #----------------------------------------------------------------
12 # Generated CMake target import file.
13 #----------------------------------------------------------------
14 
15 # Commands may need to know the format version.
16 set(CMAKE_IMPORT_FILE_VERSION 1)
17 
18 # Protect against multiple inclusion, which would fail when already imported targets are added once more.
19 set(_cmake_targets_defined "")
20 set(_cmake_targets_not_defined "")
21 set(_cmake_expected_targets "")
22 foreach(_cmake_expected_target IN ITEMS ParaView::AdaptorsPython ParaView::Catalyst ParaView::Catalyst-private-kit-links ParaView::AdaptorsPhasta ParaView::AdaptorsParticle ParaView::PythonCatalyst ParaView::AdaptorsPagosa ParaView::AdaptorsNPIC ParaView::CatalystTestDriver ParaView::AdaptorsCam ParaView::AdaptorsCamPython ParaView::AdaptorsCTH ParaView::ClientsWeb ParaView::InSitu)
23  list(APPEND _cmake_expected_targets "${_cmake_expected_target}")
24  if(TARGET "${_cmake_expected_target}")
25  list(APPEND _cmake_targets_defined "${_cmake_expected_target}")
26  else()
27  list(APPEND _cmake_targets_not_defined "${_cmake_expected_target}")
28  endif()
29 endforeach()
30 unset(_cmake_expected_target)
31 if(_cmake_targets_defined STREQUAL _cmake_expected_targets)
32  unset(_cmake_targets_defined)
33  unset(_cmake_targets_not_defined)
34  unset(_cmake_expected_targets)
35  unset(CMAKE_IMPORT_FILE_VERSION)
36  cmake_policy(POP)
37  return()
38 endif()
39 if(NOT _cmake_targets_defined STREQUAL "")
40  string(REPLACE ";" ", " _cmake_targets_defined_text "${_cmake_targets_defined}")
41  string(REPLACE ";" ", " _cmake_targets_not_defined_text "${_cmake_targets_not_defined}")
42  message(FATAL_ERROR "Some (but not all) targets in this export set were already defined.\nTargets Defined: ${_cmake_targets_defined_text}\nTargets not yet defined: ${_cmake_targets_not_defined_text}\n")
43 endif()
44 unset(_cmake_targets_defined)
45 unset(_cmake_targets_not_defined)
46 unset(_cmake_expected_targets)
47 
48 
49 # Compute the installation prefix relative to this file.
50 get_filename_component(_IMPORT_PREFIX "${CMAKE_CURRENT_LIST_FILE}" PATH)
51 get_filename_component(_IMPORT_PREFIX "${_IMPORT_PREFIX}" PATH)
52 get_filename_component(_IMPORT_PREFIX "${_IMPORT_PREFIX}" PATH)
53 get_filename_component(_IMPORT_PREFIX "${_IMPORT_PREFIX}" PATH)
54 if(_IMPORT_PREFIX STREQUAL "/")
55  set(_IMPORT_PREFIX "")
56 endif()
57 
58 # Create imported target ParaView::AdaptorsPython
59 add_library(ParaView::AdaptorsPython INTERFACE IMPORTED)
60 
61 # Create imported target ParaView::Catalyst
62 add_library(ParaView::Catalyst SHARED IMPORTED)
63 
64 set_target_properties(ParaView::Catalyst PROPERTIES
65  INTERFACE_LINK_LIBRARIES "VTK::CommonCore;VTK::PythonUsed"
66 )
67 
68 if(NOT CMAKE_VERSION VERSION_LESS "3.23.0")
69  target_sources(ParaView::Catalyst
70  INTERFACE
71  FILE_SET "vtk_module_templates"
72  TYPE "HEADERS"
73  BASE_DIRS "${_IMPORT_PREFIX}/include/paraview-6.0"
74  FILES
75  INTERFACE
76  FILE_SET "vtk_module_headers"
77  TYPE "HEADERS"
78  BASE_DIRS "${_IMPORT_PREFIX}/include/paraview-6.0"
79  FILES "${_IMPORT_PREFIX}/include/paraview-6.0/vtkCPConfig.h" "${_IMPORT_PREFIX}/include/paraview-6.0/FortranAdaptorAPIMangling.h" "${_IMPORT_PREFIX}/include/paraview-6.0/CAdaptorAPI.h" "${_IMPORT_PREFIX}/include/paraview-6.0/vtkCPAdaptorAPI.h" "${_IMPORT_PREFIX}/include/paraview-6.0/vtkCPCxxHelper.h" "${_IMPORT_PREFIX}/include/paraview-6.0/vtkCPDataDescription.h" "${_IMPORT_PREFIX}/include/paraview-6.0/vtkCPInputDataDescription.h" "${_IMPORT_PREFIX}/include/paraview-6.0/vtkCPPipeline.h" "${_IMPORT_PREFIX}/include/paraview-6.0/vtkCPProcessor.h" "${_IMPORT_PREFIX}/include/paraview-6.0/vtkCPXMLPWriterPipeline.h" "${_IMPORT_PREFIX}/include/paraview-6.0/FortranAdaptorAPI.h"
80  INTERFACE
81  FILE_SET "vtk_module_nowrap_headers"
82  TYPE "HEADERS"
83  BASE_DIRS "${_IMPORT_PREFIX}/include/paraview-6.0"
84  FILES "${_IMPORT_PREFIX}/include/paraview-6.0/vtkPVCatalystModule.h"
85  )
86 else()
87  set_property(TARGET ParaView::Catalyst
88  APPEND PROPERTY INTERFACE_INCLUDE_DIRECTORIES
89  "${_IMPORT_PREFIX}/include/paraview-6.0"
90  "${_IMPORT_PREFIX}/include/paraview-6.0"
91  "${_IMPORT_PREFIX}/include/paraview-6.0"
92  )
93 endif()
94 
95 # Create imported target ParaView::Catalyst-private-kit-links
96 add_library(ParaView::Catalyst-private-kit-links INTERFACE IMPORTED)
97 
98 set_target_properties(ParaView::Catalyst-private-kit-links PROPERTIES
99  INTERFACE_LINK_LIBRARIES "\$<LINK_ONLY:ParaView::paraview_plugins>"
100 )
101 
102 # Create imported target ParaView::AdaptorsPhasta
103 add_library(ParaView::AdaptorsPhasta SHARED IMPORTED)
104 
105 set_target_properties(ParaView::AdaptorsPhasta PROPERTIES
106  INTERFACE_LINK_LIBRARIES "ParaView::Catalyst;VTK::CommonCore;VTK::CommonDataModel;VTK::PythonUsed"
107 )
108 
109 if(NOT CMAKE_VERSION VERSION_LESS "3.23.0")
110  target_sources(ParaView::AdaptorsPhasta
111  INTERFACE
112  FILE_SET "vtk_module_templates"
113  TYPE "HEADERS"
114  BASE_DIRS "${_IMPORT_PREFIX}/include/paraview-6.0"
115  FILES
116  INTERFACE
117  FILE_SET "vtk_module_headers"
118  TYPE "HEADERS"
119  BASE_DIRS "${_IMPORT_PREFIX}/include/paraview-6.0"
120  FILES "${_IMPORT_PREFIX}/include/paraview-6.0/PhastaAdaptor.h"
121  INTERFACE
122  FILE_SET "vtk_module_nowrap_headers"
123  TYPE "HEADERS"
124  BASE_DIRS "${_IMPORT_PREFIX}/include/paraview-6.0"
125  FILES "${_IMPORT_PREFIX}/include/paraview-6.0/vtkPVAdaptorsPhastaModule.h"
126  )
127 else()
128  set_property(TARGET ParaView::AdaptorsPhasta
129  APPEND PROPERTY INTERFACE_INCLUDE_DIRECTORIES
130  "${_IMPORT_PREFIX}/include/paraview-6.0"
131  "${_IMPORT_PREFIX}/include/paraview-6.0"
132  "${_IMPORT_PREFIX}/include/paraview-6.0"
133  )
134 endif()
135 
136 # Create imported target ParaView::AdaptorsParticle
137 add_library(ParaView::AdaptorsParticle SHARED IMPORTED)
138 
139 set_target_properties(ParaView::AdaptorsParticle PROPERTIES
140  INTERFACE_LINK_LIBRARIES "ParaView::Catalyst;ParaView::RemotingViews;VTK::CommonCore;VTK::CommonDataModel;VTK::IOImage;VTK::IOParallelXML;VTK::ParallelMPI;VTK::RenderingCore;VTK::RenderingOpenGL2;VTK::PythonUsed"
141 )
142 
143 if(NOT CMAKE_VERSION VERSION_LESS "3.23.0")
144  target_sources(ParaView::AdaptorsParticle
145  INTERFACE
146  FILE_SET "vtk_module_templates"
147  TYPE "HEADERS"
148  BASE_DIRS "${_IMPORT_PREFIX}/include/paraview-6.0"
149  FILES
150  INTERFACE
151  FILE_SET "vtk_module_headers"
152  TYPE "HEADERS"
153  BASE_DIRS "${_IMPORT_PREFIX}/include/paraview-6.0"
154  FILES "${_IMPORT_PREFIX}/include/paraview-6.0/ParticleAdaptor.h" "${_IMPORT_PREFIX}/include/paraview-6.0/vtkParticlePipeline.h"
155  INTERFACE
156  FILE_SET "vtk_module_nowrap_headers"
157  TYPE "HEADERS"
158  BASE_DIRS "${_IMPORT_PREFIX}/include/paraview-6.0"
159  FILES "${_IMPORT_PREFIX}/include/paraview-6.0/vtkPVAdaptorsParticleModule.h"
160  )
161 else()
162  set_property(TARGET ParaView::AdaptorsParticle
163  APPEND PROPERTY INTERFACE_INCLUDE_DIRECTORIES
164  "${_IMPORT_PREFIX}/include/paraview-6.0"
165  "${_IMPORT_PREFIX}/include/paraview-6.0"
166  "${_IMPORT_PREFIX}/include/paraview-6.0"
167  )
168 endif()
169 
170 # Create imported target ParaView::PythonCatalyst
171 add_library(ParaView::PythonCatalyst SHARED IMPORTED)
172 
173 set_target_properties(ParaView::PythonCatalyst PROPERTIES
174  INTERFACE_LINK_LIBRARIES "ParaView::Catalyst;VTK::PythonInterpreter;ParaView::PythonInterpreterPath;VTK::PythonUsed"
175 )
176 
177 if(NOT CMAKE_VERSION VERSION_LESS "3.23.0")
178  target_sources(ParaView::PythonCatalyst
179  INTERFACE
180  FILE_SET "vtk_module_templates"
181  TYPE "HEADERS"
182  BASE_DIRS "${_IMPORT_PREFIX}/include/paraview-6.0"
183  FILES
184  INTERFACE
185  FILE_SET "vtk_module_headers"
186  TYPE "HEADERS"
187  BASE_DIRS "${_IMPORT_PREFIX}/include/paraview-6.0"
188  FILES "${_IMPORT_PREFIX}/include/paraview-6.0/FortranPythonAdaptorAPIMangling.h" "${_IMPORT_PREFIX}/include/paraview-6.0/CPythonAdaptorAPI.h" "${_IMPORT_PREFIX}/include/paraview-6.0/vtkCPPythonAdaptorAPI.h" "${_IMPORT_PREFIX}/include/paraview-6.0/vtkCPPythonPipeline.h" "${_IMPORT_PREFIX}/include/paraview-6.0/vtkCPPythonScriptPipeline.h" "${_IMPORT_PREFIX}/include/paraview-6.0/vtkCPPythonScriptV2Helper.h" "${_IMPORT_PREFIX}/include/paraview-6.0/vtkCPPythonScriptV2Pipeline.h" "${_IMPORT_PREFIX}/include/paraview-6.0/vtkCPPythonStringPipeline.h" "${_IMPORT_PREFIX}/include/paraview-6.0/FortranPythonAdaptorAPI.h"
189  INTERFACE
190  FILE_SET "vtk_module_nowrap_headers"
191  TYPE "HEADERS"
192  BASE_DIRS "${_IMPORT_PREFIX}/include/paraview-6.0"
193  FILES "${_IMPORT_PREFIX}/include/paraview-6.0/vtkPVPythonCatalystModule.h"
194  )
195 else()
196  set_property(TARGET ParaView::PythonCatalyst
197  APPEND PROPERTY INTERFACE_INCLUDE_DIRECTORIES
198  "${_IMPORT_PREFIX}/include/paraview-6.0"
199  "${_IMPORT_PREFIX}/include/paraview-6.0"
200  "${_IMPORT_PREFIX}/include/paraview-6.0"
201  )
202 endif()
203 
204 # Create imported target ParaView::AdaptorsPagosa
205 add_library(ParaView::AdaptorsPagosa SHARED IMPORTED)
206 
207 set_target_properties(ParaView::AdaptorsPagosa PROPERTIES
208  INTERFACE_LINK_LIBRARIES "ParaView::Catalyst;VTK::CommonDataModel;VTK::PythonUsed"
209 )
210 
211 if(NOT CMAKE_VERSION VERSION_LESS "3.23.0")
212  target_sources(ParaView::AdaptorsPagosa
213  INTERFACE
214  FILE_SET "vtk_module_templates"
215  TYPE "HEADERS"
216  BASE_DIRS "${_IMPORT_PREFIX}/include/paraview-6.0"
217  FILES
218  INTERFACE
219  FILE_SET "vtk_module_headers"
220  TYPE "HEADERS"
221  BASE_DIRS "${_IMPORT_PREFIX}/include/paraview-6.0"
222  FILES
223  INTERFACE
224  FILE_SET "vtk_module_nowrap_headers"
225  TYPE "HEADERS"
226  BASE_DIRS "${_IMPORT_PREFIX}/include/paraview-6.0"
227  FILES "${_IMPORT_PREFIX}/include/paraview-6.0/vtkPVAdaptorsPagosaModule.h"
228  )
229 else()
230  set_property(TARGET ParaView::AdaptorsPagosa
231  APPEND PROPERTY INTERFACE_INCLUDE_DIRECTORIES
232  "${_IMPORT_PREFIX}/include/paraview-6.0"
233  "${_IMPORT_PREFIX}/include/paraview-6.0"
234  "${_IMPORT_PREFIX}/include/paraview-6.0"
235  )
236 endif()
237 
238 # Create imported target ParaView::AdaptorsNPIC
239 add_library(ParaView::AdaptorsNPIC SHARED IMPORTED)
240 
241 set_target_properties(ParaView::AdaptorsNPIC PROPERTIES
242  INTERFACE_LINK_LIBRARIES "ParaView::Catalyst;VTK::CommonDataModel;VTK::CommonCore;VTK::ParallelMPI;VTK::PythonUsed"
243 )
244 
245 if(NOT CMAKE_VERSION VERSION_LESS "3.23.0")
246  target_sources(ParaView::AdaptorsNPIC
247  INTERFACE
248  FILE_SET "vtk_module_templates"
249  TYPE "HEADERS"
250  BASE_DIRS "${_IMPORT_PREFIX}/include/paraview-6.0"
251  FILES
252  INTERFACE
253  FILE_SET "vtk_module_headers"
254  TYPE "HEADERS"
255  BASE_DIRS "${_IMPORT_PREFIX}/include/paraview-6.0"
256  FILES "${_IMPORT_PREFIX}/include/paraview-6.0/NPICAdaptor.h"
257  INTERFACE
258  FILE_SET "vtk_module_nowrap_headers"
259  TYPE "HEADERS"
260  BASE_DIRS "${_IMPORT_PREFIX}/include/paraview-6.0"
261  FILES "${_IMPORT_PREFIX}/include/paraview-6.0/vtkPVAdaptorsNPICModule.h"
262  )
263 else()
264  set_property(TARGET ParaView::AdaptorsNPIC
265  APPEND PROPERTY INTERFACE_INCLUDE_DIRECTORIES
266  "${_IMPORT_PREFIX}/include/paraview-6.0"
267  "${_IMPORT_PREFIX}/include/paraview-6.0"
268  "${_IMPORT_PREFIX}/include/paraview-6.0"
269  )
270 endif()
271 
272 # Create imported target ParaView::CatalystTestDriver
273 add_library(ParaView::CatalystTestDriver SHARED IMPORTED)
274 
275 set_target_properties(ParaView::CatalystTestDriver PROPERTIES
276  INTERFACE_LINK_LIBRARIES "ParaView::Catalyst;VTK::PythonUsed"
277 )
278 
279 if(NOT CMAKE_VERSION VERSION_LESS "3.23.0")
280  target_sources(ParaView::CatalystTestDriver
281  INTERFACE
282  FILE_SET "vtk_module_templates"
283  TYPE "HEADERS"
284  BASE_DIRS "${_IMPORT_PREFIX}/include/paraview-6.0"
285  FILES
286  INTERFACE
287  FILE_SET "vtk_module_headers"
288  TYPE "HEADERS"
289  BASE_DIRS "${_IMPORT_PREFIX}/include/paraview-6.0"
290  FILES "${_IMPORT_PREFIX}/include/paraview-6.0/vtkCPBaseFieldBuilder.h" "${_IMPORT_PREFIX}/include/paraview-6.0/vtkCPBaseGridBuilder.h" "${_IMPORT_PREFIX}/include/paraview-6.0/vtkCPCellFieldBuilder.h" "${_IMPORT_PREFIX}/include/paraview-6.0/vtkCPConstantScalarFieldFunction.h" "${_IMPORT_PREFIX}/include/paraview-6.0/vtkCPFieldBuilder.h" "${_IMPORT_PREFIX}/include/paraview-6.0/vtkCPFileGridBuilder.h" "${_IMPORT_PREFIX}/include/paraview-6.0/vtkCPGridBuilder.h" "${_IMPORT_PREFIX}/include/paraview-6.0/vtkCPLinearScalarFieldFunction.h" "${_IMPORT_PREFIX}/include/paraview-6.0/vtkCPMultiBlockGridBuilder.h" "${_IMPORT_PREFIX}/include/paraview-6.0/vtkCPNodalFieldBuilder.h" "${_IMPORT_PREFIX}/include/paraview-6.0/vtkCPScalarFieldFunction.h" "${_IMPORT_PREFIX}/include/paraview-6.0/vtkCPTensorFieldFunction.h" "${_IMPORT_PREFIX}/include/paraview-6.0/vtkCPTestDriver.h" "${_IMPORT_PREFIX}/include/paraview-6.0/vtkCPUniformGridBuilder.h" "${_IMPORT_PREFIX}/include/paraview-6.0/vtkCPUnstructuredGridBuilder.h" "${_IMPORT_PREFIX}/include/paraview-6.0/vtkCPVector3FieldFunction.h"
291  INTERFACE
292  FILE_SET "vtk_module_nowrap_headers"
293  TYPE "HEADERS"
294  BASE_DIRS "${_IMPORT_PREFIX}/include/paraview-6.0"
295  FILES "${_IMPORT_PREFIX}/include/paraview-6.0/vtkPVCatalystTestDriverModule.h"
296  )
297 else()
298  set_property(TARGET ParaView::CatalystTestDriver
299  APPEND PROPERTY INTERFACE_INCLUDE_DIRECTORIES
300  "${_IMPORT_PREFIX}/include/paraview-6.0"
301  "${_IMPORT_PREFIX}/include/paraview-6.0"
302  "${_IMPORT_PREFIX}/include/paraview-6.0"
303  )
304 endif()
305 
306 # Create imported target ParaView::AdaptorsCam
307 add_library(ParaView::AdaptorsCam SHARED IMPORTED)
308 
309 set_target_properties(ParaView::AdaptorsCam PROPERTIES
310  INTERFACE_LINK_LIBRARIES "ParaView::Catalyst;ParaView::PythonCatalyst;VTK::CommonDataModel;VTK::CommonCore;VTK::PythonUsed"
311 )
312 
313 if(NOT CMAKE_VERSION VERSION_LESS "3.23.0")
314  target_sources(ParaView::AdaptorsCam
315  INTERFACE
316  FILE_SET "vtk_module_templates"
317  TYPE "HEADERS"
318  BASE_DIRS "${_IMPORT_PREFIX}/include/paraview-6.0"
319  FILES "${_IMPORT_PREFIX}/include/paraview-6.0/Grid.txx"
320  INTERFACE
321  FILE_SET "vtk_module_headers"
322  TYPE "HEADERS"
323  BASE_DIRS "${_IMPORT_PREFIX}/include/paraview-6.0"
324  FILES "${_IMPORT_PREFIX}/include/paraview-6.0/fv_create_data.h" "${_IMPORT_PREFIX}/include/paraview-6.0/se_create_data.h" "${_IMPORT_PREFIX}/include/paraview-6.0/Grid.h"
325  INTERFACE
326  FILE_SET "vtk_module_nowrap_headers"
327  TYPE "HEADERS"
328  BASE_DIRS "${_IMPORT_PREFIX}/include/paraview-6.0"
329  FILES "${_IMPORT_PREFIX}/include/paraview-6.0/vtkPVAdaptorsCamModule.h"
330  )
331 else()
332  set_property(TARGET ParaView::AdaptorsCam
333  APPEND PROPERTY INTERFACE_INCLUDE_DIRECTORIES
334  "${_IMPORT_PREFIX}/include/paraview-6.0"
335  "${_IMPORT_PREFIX}/include/paraview-6.0"
336  "${_IMPORT_PREFIX}/include/paraview-6.0"
337  )
338 endif()
339 
340 # Create imported target ParaView::AdaptorsCamPython
341 add_library(ParaView::AdaptorsCamPython INTERFACE IMPORTED)
342 
343 set_target_properties(ParaView::AdaptorsCamPython PROPERTIES
344  INTERFACE_LINK_LIBRARIES "ParaView::AdaptorsCam"
345 )
346 
347 # Create imported target ParaView::AdaptorsCTH
348 add_library(ParaView::AdaptorsCTH SHARED IMPORTED)
349 
350 set_target_properties(ParaView::AdaptorsCTH PROPERTIES
351  INTERFACE_LINK_LIBRARIES "ParaView::Catalyst;ParaView::PythonCatalyst;VTK::CommonCore;VTK::CommonDataModel;VTK::CommonExecutionModel;VTK::ParallelMPI;VTK::PythonUsed"
352 )
353 
354 if(NOT CMAKE_VERSION VERSION_LESS "3.23.0")
355  target_sources(ParaView::AdaptorsCTH
356  INTERFACE
357  FILE_SET "vtk_module_templates"
358  TYPE "HEADERS"
359  BASE_DIRS "${_IMPORT_PREFIX}/include/paraview-6.0"
360  FILES
361  INTERFACE
362  FILE_SET "vtk_module_headers"
363  TYPE "HEADERS"
364  BASE_DIRS "${_IMPORT_PREFIX}/include/paraview-6.0"
365  FILES "${_IMPORT_PREFIX}/include/paraview-6.0/CTHAdaptor.h" "${_IMPORT_PREFIX}/include/paraview-6.0/vtkCTHSource.h" "${_IMPORT_PREFIX}/include/paraview-6.0/vtkCTHDataArray.h"
366  INTERFACE
367  FILE_SET "vtk_module_nowrap_headers"
368  TYPE "HEADERS"
369  BASE_DIRS "${_IMPORT_PREFIX}/include/paraview-6.0"
370  FILES "${_IMPORT_PREFIX}/include/paraview-6.0/vtkPVAdaptorsCTHModule.h"
371  )
372 else()
373  set_property(TARGET ParaView::AdaptorsCTH
374  APPEND PROPERTY INTERFACE_INCLUDE_DIRECTORIES
375  "${_IMPORT_PREFIX}/include/paraview-6.0"
376  "${_IMPORT_PREFIX}/include/paraview-6.0"
377  "${_IMPORT_PREFIX}/include/paraview-6.0"
378  )
379 endif()
380 
381 # Create imported target ParaView::ClientsWeb
382 add_library(ParaView::ClientsWeb SHARED IMPORTED)
383 
384 set_target_properties(ParaView::ClientsWeb PROPERTIES
385  INTERFACE_LINK_LIBRARIES "VTK::WebCore;VTK::WebGLExporter;VTK::PythonUsed"
386 )
387 
388 if(NOT CMAKE_VERSION VERSION_LESS "3.23.0")
389  target_sources(ParaView::ClientsWeb
390  INTERFACE
391  FILE_SET "vtk_module_templates"
392  TYPE "HEADERS"
393  BASE_DIRS "${_IMPORT_PREFIX}/include/paraview-6.0"
394  FILES
395  INTERFACE
396  FILE_SET "vtk_module_headers"
397  TYPE "HEADERS"
398  BASE_DIRS "${_IMPORT_PREFIX}/include/paraview-6.0"
399  FILES "${_IMPORT_PREFIX}/include/paraview-6.0/vtkPVWebApplication.h"
400  INTERFACE
401  FILE_SET "vtk_module_nowrap_headers"
402  TYPE "HEADERS"
403  BASE_DIRS "${_IMPORT_PREFIX}/include/paraview-6.0"
404  FILES "${_IMPORT_PREFIX}/include/paraview-6.0/vtkPVClientWebModule.h"
405  )
406 else()
407  set_property(TARGET ParaView::ClientsWeb
408  APPEND PROPERTY INTERFACE_INCLUDE_DIRECTORIES
409  "${_IMPORT_PREFIX}/include/paraview-6.0"
410  "${_IMPORT_PREFIX}/include/paraview-6.0"
411  "${_IMPORT_PREFIX}/include/paraview-6.0"
412  )
413 endif()
414 
415 # Create imported target ParaView::InSitu
416 add_library(ParaView::InSitu SHARED IMPORTED)
417 
418 set_target_properties(ParaView::InSitu PROPERTIES
419  INTERFACE_LINK_LIBRARIES "VTK::CommonCore;VTK::PythonUsed"
420 )
421 
422 if(NOT CMAKE_VERSION VERSION_LESS "3.23.0")
423  target_sources(ParaView::InSitu
424  INTERFACE
425  FILE_SET "vtk_module_templates"
426  TYPE "HEADERS"
427  BASE_DIRS "${_IMPORT_PREFIX}/include/paraview-6.0"
428  FILES
429  INTERFACE
430  FILE_SET "vtk_module_headers"
431  TYPE "HEADERS"
432  BASE_DIRS "${_IMPORT_PREFIX}/include/paraview-6.0"
433  FILES "${_IMPORT_PREFIX}/include/paraview-6.0/vtkInSituInitializationHelper.h" "${_IMPORT_PREFIX}/include/paraview-6.0/vtkInSituPythonConduitHelper.h" "${_IMPORT_PREFIX}/include/paraview-6.0/vtkInSituPipeline.h" "${_IMPORT_PREFIX}/include/paraview-6.0/vtkInSituPipelineIO.h" "${_IMPORT_PREFIX}/include/paraview-6.0/vtkInSituPipelinePython.h"
434  INTERFACE
435  FILE_SET "vtk_module_nowrap_headers"
436  TYPE "HEADERS"
437  BASE_DIRS "${_IMPORT_PREFIX}/include/paraview-6.0"
438  FILES "${_IMPORT_PREFIX}/include/paraview-6.0/vtkPVInSituModule.h"
439  )
440 else()
441  set_property(TARGET ParaView::InSitu
442  APPEND PROPERTY INTERFACE_INCLUDE_DIRECTORIES
443  "${_IMPORT_PREFIX}/include/paraview-6.0"
444  "${_IMPORT_PREFIX}/include/paraview-6.0"
445  "${_IMPORT_PREFIX}/include/paraview-6.0"
446  )
447 endif()
448 
449 # Load information for each installed configuration.
450 file(GLOB _cmake_config_files "${CMAKE_CURRENT_LIST_DIR}/ParaViewClients-targets-*.cmake")
451 foreach(_cmake_config_file IN LISTS _cmake_config_files)
452  include("${_cmake_config_file}")
453 endforeach()
454 unset(_cmake_config_file)
455 unset(_cmake_config_files)
456 
457 # Cleanup temporary variables.
458 set(_IMPORT_PREFIX)
459 
460 # Loop over all imported files and verify that they actually exist
461 foreach(_cmake_target IN LISTS _cmake_import_check_targets)
462  if(CMAKE_VERSION VERSION_LESS "3.28"
463  OR NOT DEFINED _cmake_import_check_xcframework_for_${_cmake_target}
464  OR NOT IS_DIRECTORY "${_cmake_import_check_xcframework_for_${_cmake_target}}")
465  foreach(_cmake_file IN LISTS "_cmake_import_check_files_for_${_cmake_target}")
466  if(NOT EXISTS "${_cmake_file}")
467  message(FATAL_ERROR "The imported target \"${_cmake_target}\" references the file
468  \"${_cmake_file}\"
469 but this file does not exist. Possible reasons include:
470 * The file was deleted, renamed, or moved to another location.
471 * An install or uninstall procedure did not complete successfully.
472 * The installation package was faulty and contained
473  \"${CMAKE_CURRENT_LIST_FILE}\"
474 but not all the files it references.
475 ")
476  endif()
477  endforeach()
478  endif()
479  unset(_cmake_file)
480  unset("_cmake_import_check_files_for_${_cmake_target}")
481 endforeach()
482 unset(_cmake_target)
483 unset(_cmake_import_check_targets)
484 
485 # Make sure the targets which have been exported in some other
486 # export set exist.
487 unset(${CMAKE_FIND_PACKAGE_NAME}_NOT_FOUND_MESSAGE_targets)
488 foreach(_target "VTK::CommonCore" "VTK::PythonUsed" "ParaView::paraview_plugins" "VTK::CommonDataModel" "ParaView::RemotingViews" "VTK::IOImage" "VTK::IOParallelXML" "VTK::ParallelMPI" "VTK::RenderingCore" "VTK::RenderingOpenGL2" "VTK::PythonInterpreter" "ParaView::PythonInterpreterPath" "VTK::CommonExecutionModel" "VTK::WebCore" "VTK::WebGLExporter" )
489  if(NOT TARGET "${_target}" )
490  set(${CMAKE_FIND_PACKAGE_NAME}_NOT_FOUND_MESSAGE_targets "${${CMAKE_FIND_PACKAGE_NAME}_NOT_FOUND_MESSAGE_targets} ${_target}")
491  endif()
492 endforeach()
493 
494 if(DEFINED ${CMAKE_FIND_PACKAGE_NAME}_NOT_FOUND_MESSAGE_targets)
495  if(CMAKE_FIND_PACKAGE_NAME)
496  set( ${CMAKE_FIND_PACKAGE_NAME}_FOUND FALSE)
497  set( ${CMAKE_FIND_PACKAGE_NAME}_NOT_FOUND_MESSAGE "The following imported targets are referenced, but are missing: ${${CMAKE_FIND_PACKAGE_NAME}_NOT_FOUND_MESSAGE_targets}")
498  else()
499  message(FATAL_ERROR "The following imported targets are referenced, but are missing: ${${CMAKE_FIND_PACKAGE_NAME}_NOT_FOUND_MESSAGE_targets}")
500  endif()
501 endif()
502 unset(${CMAKE_FIND_PACKAGE_NAME}_NOT_FOUND_MESSAGE_targets)
503 
504 # Commands beyond this point should not need to know the version.
505 set(CMAKE_IMPORT_FILE_VERSION)
506 cmake_policy(POP)
Class for specifying constant scalars at points.
Abstract class for specifying tensor fields at points.
This class provides the data description for each input for the coprocessor pipelines.
Class for specifying nodal fields over grids.
boost::graph_traits< vtkGraph *>::vertex_descriptor target(boost::graph_traits< vtkGraph *>::edge_descriptor e, vtkGraph *)
vtkCPAdaptorAPI provides the implementation for API exposed to typical adaptor, such as C...
Class for specifying cell fields over grids.
Class for creating uniform grids.
vtkCPPipeline for Catalyst Python script / package version 2.0
Class that creates a coprocessing pipeline from a coprocessing string.
Abstract class for creating grids.
Class for creating multiblock grids.
an internal class encapsulating logic for Catalyst Python scripts.
Abstract class for creating grids.
defines ParaViewWeb application interface.
Similar to vtkCPAdaptorAPI provides the implementation for API exposed to typical adaptor...
Generic PXML writer pipeline to write out the full Catalyst input datasets.
Class for creating a co-processor test driver.
Singleton class for initializing without python.
#define VERSION
Definition: jconfigint.h:17
Abstract class that takes care of initializing Catalyst Python pipelines for all concrete implementat...
initialization helper for in situ environments.
There are 3 distinct phases for the operation of a co-processor.
Abstract class for specifying vectors at points.
subclass for Python in situ scripts.
Generic interface for operating on pipelines.
Definition: vtkCPPipeline.h:17
Abstract class for specifying scalars at points.
Abstract class for specifying fields over grids.
A helper class to get the conduit node stored during the execution of one of the catalyst* calls as a...
Class for specifying scalars at points.
Class that creates a coprocessing pipeline starting from a coprocessing script.
insitu pipeline for IO
abstract base class for all in situ pipelines.
Class for creating grids from a VTK file.
Abstract class for specifying fields over grids.
This class provides the description of the data for the coprocessor pipelines.
Class for creating unstructured grids.