catalyst-targets.cmake
Go to the documentation of this file.
1 # Generated by CMake
2 
3 if("${CMAKE_MAJOR_VERSION}.${CMAKE_MINOR_VERSION}" LESS 2.5)
4  message(FATAL_ERROR "CMake >= 2.6.0 required")
5 endif()
6 cmake_policy(PUSH)
7 cmake_policy(VERSION 2.6...3.17)
8 #----------------------------------------------------------------
9 # Generated CMake target import file.
10 #----------------------------------------------------------------
11 
12 # Commands may need to know the format version.
13 set(CMAKE_IMPORT_FILE_VERSION 1)
14 
15 if(CMAKE_VERSION VERSION_LESS 3.0.0)
16  message(FATAL_ERROR "This file relies on consumers using CMake 3.0.0 or greater.")
17 endif()
18 
19 # Protect against multiple inclusion, which would fail when already imported targets are added once more.
20 set(_targetsDefined)
21 set(_targetsNotDefined)
22 set(_expectedTargets)
23 foreach(_expectedTarget catalyst::core catalyst::conduit_headers catalyst::conduit catalyst::blueprint catalyst::libyaml catalyst::b64 catalyst::rapidjson catalyst::catalyst)
24  list(APPEND _expectedTargets ${_expectedTarget})
25  if(NOT TARGET ${_expectedTarget})
26  list(APPEND _targetsNotDefined ${_expectedTarget})
27  endif()
28  if(TARGET ${_expectedTarget})
29  list(APPEND _targetsDefined ${_expectedTarget})
30  endif()
31 endforeach()
32 if("${_targetsDefined}" STREQUAL "${_expectedTargets}")
33  unset(_targetsDefined)
34  unset(_targetsNotDefined)
35  unset(_expectedTargets)
36  set(CMAKE_IMPORT_FILE_VERSION)
37  cmake_policy(POP)
38  return()
39 endif()
40 if(NOT "${_targetsDefined}" STREQUAL "")
41  message(FATAL_ERROR "Some (but not all) targets in this export set were already defined.\nTargets Defined: ${_targetsDefined}\nTargets not yet defined: ${_targetsNotDefined}\n")
42 endif()
43 unset(_targetsDefined)
44 unset(_targetsNotDefined)
45 unset(_expectedTargets)
46 
47 
48 # Create imported target catalyst::core
49 add_library(catalyst::core INTERFACE IMPORTED)
50 
51 set_target_properties(catalyst::core PROPERTIES
52  INTERFACE_INCLUDE_DIRECTORIES "/home/paraview/ThirdParty/catalyst/vtkcatalyst/catalyst/core;/home/paraview/build/ThirdParty/catalyst/vtkcatalyst/catalyst/core"
53 )
54 
55 # Create imported target catalyst::conduit_headers
56 add_library(catalyst::conduit_headers INTERFACE IMPORTED)
57 
58 set_target_properties(catalyst::conduit_headers PROPERTIES
59  INTERFACE_INCLUDE_DIRECTORIES "/home/paraview/build/ThirdParty/catalyst/vtkcatalyst/catalyst/thirdparty/conduit/conduit;/home/paraview/ThirdParty/catalyst/vtkcatalyst/catalyst/thirdparty/conduit/conduit;/home/paraview/ThirdParty/catalyst/vtkcatalyst/catalyst/thirdparty/conduit/conduit/c"
60 )
61 
62 # Create imported target catalyst::conduit
63 add_library(catalyst::conduit STATIC IMPORTED)
64 
65 set_target_properties(catalyst::conduit PROPERTIES
66  INTERFACE_LINK_LIBRARIES "catalyst::core;catalyst::conduit_headers;\$<LINK_ONLY:catalyst::libyaml>;\$<LINK_ONLY:catalyst::b64>;\$<LINK_ONLY:catalyst::rapidjson>"
67 )
68 
69 # Create imported target catalyst::blueprint
70 add_library(catalyst::blueprint STATIC IMPORTED)
71 
72 set_target_properties(catalyst::blueprint PROPERTIES
73  INTERFACE_INCLUDE_DIRECTORIES "/home/paraview/ThirdParty/catalyst/vtkcatalyst/catalyst/thirdparty/conduit/blueprint;/home/paraview/ThirdParty/catalyst/vtkcatalyst/catalyst/thirdparty/conduit/blueprint/c;/home/paraview/build/ThirdParty/catalyst/vtkcatalyst/catalyst/thirdparty/conduit/blueprint"
74  INTERFACE_LINK_LIBRARIES "catalyst::conduit"
75 )
76 
77 # Create imported target catalyst::libyaml
78 add_library(catalyst::libyaml STATIC IMPORTED)
79 
80 set_target_properties(catalyst::libyaml PROPERTIES
81  INTERFACE_INCLUDE_DIRECTORIES "/home/paraview/ThirdParty/catalyst/vtkcatalyst/catalyst/thirdparty/conduit/libyaml/include"
82 )
83 
84 # Create imported target catalyst::b64
85 add_library(catalyst::b64 STATIC IMPORTED)
86 
87 set_target_properties(catalyst::b64 PROPERTIES
88  INTERFACE_INCLUDE_DIRECTORIES "/home/paraview/ThirdParty/catalyst/vtkcatalyst/catalyst/thirdparty/conduit/libb64/include"
89 )
90 
91 # Create imported target catalyst::rapidjson
92 add_library(catalyst::rapidjson INTERFACE IMPORTED)
93 
94 set_target_properties(catalyst::rapidjson PROPERTIES
95  INTERFACE_INCLUDE_DIRECTORIES "/home/paraview/ThirdParty/catalyst/vtkcatalyst/catalyst/thirdparty/conduit/rapidjson/include"
96 )
97 
98 # Create imported target catalyst::catalyst
99 add_library(catalyst::catalyst SHARED IMPORTED)
100 
101 set_target_properties(catalyst::catalyst PROPERTIES
102  INTERFACE_LINK_LIBRARIES "catalyst::core;catalyst::conduit_headers"
103 )
104 
105 # Import target "catalyst::conduit" for configuration "Debug"
106 set_property(TARGET catalyst::conduit APPEND PROPERTY IMPORTED_CONFIGURATIONS DEBUG)
107 set_target_properties(catalyst::conduit PROPERTIES
108  IMPORTED_LINK_INTERFACE_LANGUAGES_DEBUG "CXX"
109  IMPORTED_LOCATION_DEBUG "/home/paraview/build/lib64/libconduit_catalyst2.0.a"
110  )
111 
112 # Import target "catalyst::blueprint" for configuration "Debug"
113 set_property(TARGET catalyst::blueprint APPEND PROPERTY IMPORTED_CONFIGURATIONS DEBUG)
114 set_target_properties(catalyst::blueprint PROPERTIES
115  IMPORTED_LINK_INTERFACE_LANGUAGES_DEBUG "CXX"
116  IMPORTED_LOCATION_DEBUG "/home/paraview/build/lib64/libblueprint_catalyst2.0.a"
117  )
118 
119 # Import target "catalyst::libyaml" for configuration "Debug"
120 set_property(TARGET catalyst::libyaml APPEND PROPERTY IMPORTED_CONFIGURATIONS DEBUG)
121 set_target_properties(catalyst::libyaml PROPERTIES
122  IMPORTED_LINK_INTERFACE_LANGUAGES_DEBUG "C"
123  IMPORTED_LOCATION_DEBUG "/home/paraview/build/lib64/liblibyaml_catalyst2.0.a"
124  )
125 
126 # Import target "catalyst::b64" for configuration "Debug"
127 set_property(TARGET catalyst::b64 APPEND PROPERTY IMPORTED_CONFIGURATIONS DEBUG)
128 set_target_properties(catalyst::b64 PROPERTIES
129  IMPORTED_LINK_INTERFACE_LANGUAGES_DEBUG "CXX"
130  IMPORTED_LOCATION_DEBUG "/home/paraview/build/lib64/libb64_catalyst2.0.a"
131  )
132 
133 # Import target "catalyst::catalyst" for configuration "Debug"
134 set_property(TARGET catalyst::catalyst APPEND PROPERTY IMPORTED_CONFIGURATIONS DEBUG)
135 set_target_properties(catalyst::catalyst PROPERTIES
136  IMPORTED_LINK_DEPENDENT_LIBRARIES_DEBUG "ParaView::InSitu;ParaView::VTKExtensionsCore;ParaView::VTKExtensionsConduit;ParaView::RemotingServerManager;VTK::ParallelMPI;Python3::Python"
137  IMPORTED_LOCATION_DEBUG "/home/paraview/build/lib64/libcatalyst.so.2"
138  IMPORTED_SONAME_DEBUG "libcatalyst.so.2"
139  )
140 
141 # This file does not depend on other imported targets which have
142 # been exported from the same project but in a separate export set.
143 
144 # Commands beyond this point should not need to know the version.
145 set(CMAKE_IMPORT_FILE_VERSION)
146 cmake_policy(POP)
#define VERSION
Definition: jconfigint.h:17