ContourLabelPlugin-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 "2.8.3")
7  message(FATAL_ERROR "CMake >= 2.8.3 required")
8 endif()
9 cmake_policy(PUSH)
10 cmake_policy(VERSION 2.8.3...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 ContourLabelRepresentation::ContourLabelRepresentation)
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 # Create imported target ContourLabelRepresentation::ContourLabelRepresentation
50 add_library(ContourLabelRepresentation::ContourLabelRepresentation SHARED IMPORTED)
51 
52 set_target_properties(ContourLabelRepresentation::ContourLabelRepresentation PROPERTIES
53  INTERFACE_INCLUDE_DIRECTORIES "/builds/gitlab-kitware-sciviz-ci/Plugins/ContourLabelPlugin/Representations;/builds/gitlab-kitware-sciviz-ci/build/Plugins/ContourLabelPlugin/Representations;/builds/gitlab-kitware-sciviz-ci/Plugins/ContourLabelPlugin/Representations;/builds/gitlab-kitware-sciviz-ci/build/Plugins/ContourLabelPlugin/Representations;/builds/gitlab-kitware-sciviz-ci/Plugins/ContourLabelPlugin/Representations;/builds/gitlab-kitware-sciviz-ci/build/Plugins/ContourLabelPlugin/Representations"
54  INTERFACE_LINK_LIBRARIES "ParaView::RemotingViews;VTK::RenderingOpenGL2;VTK::PythonUsed"
55 )
56 
57 if(NOT CMAKE_VERSION VERSION_LESS "3.23.0")
58  target_sources(ContourLabelRepresentation::ContourLabelRepresentation
59  INTERFACE
60  FILE_SET "vtk_module_templates"
61  TYPE "HEADERS"
62  BASE_DIRS "/builds/gitlab-kitware-sciviz-ci/Plugins/ContourLabelPlugin/Representations"
63  FILES
64  INTERFACE
65  FILE_SET "vtk_module_headers"
66  TYPE "HEADERS"
67  BASE_DIRS "/builds/gitlab-kitware-sciviz-ci/Plugins/ContourLabelPlugin/Representations"
68  FILES "/builds/gitlab-kitware-sciviz-ci/Plugins/ContourLabelPlugin/Representations/vtkContourLabelRepresentation.h"
69  INTERFACE
70  FILE_SET "vtk_module_nowrap_headers"
71  TYPE "HEADERS"
72  BASE_DIRS "/builds/gitlab-kitware-sciviz-ci/Plugins/ContourLabelPlugin/Representations"
73  FILES "/builds/gitlab-kitware-sciviz-ci/build/Plugins/ContourLabelPlugin/Representations/vtkContourLabelPluginModule.h"
74  )
75 else()
76  set_property(TARGET ContourLabelRepresentation::ContourLabelRepresentation
77  APPEND PROPERTY INTERFACE_INCLUDE_DIRECTORIES
78  "/builds/gitlab-kitware-sciviz-ci/Plugins/ContourLabelPlugin/Representations"
79  "/builds/gitlab-kitware-sciviz-ci/Plugins/ContourLabelPlugin/Representations"
80  "/builds/gitlab-kitware-sciviz-ci/Plugins/ContourLabelPlugin/Representations"
81  )
82 endif()
83 
84 # Import target "ContourLabelRepresentation::ContourLabelRepresentation" for configuration "Release"
85 set_property(TARGET ContourLabelRepresentation::ContourLabelRepresentation APPEND PROPERTY IMPORTED_CONFIGURATIONS RELEASE)
86 set_target_properties(ContourLabelRepresentation::ContourLabelRepresentation PROPERTIES
87  IMPORTED_LINK_DEPENDENT_LIBRARIES_RELEASE "VTK::CommonCore;VTK::CommonDataModel;VTK::FiltersCore;VTK::FiltersParallel;VTK::ParallelCore;VTK::RenderingCore;ParaView::VTKExtensionsMisc"
88  IMPORTED_LOCATION_RELEASE "/builds/gitlab-kitware-sciviz-ci/build/lib64/paraview-6.0/plugins/ContourLabelPlugin/libvtkContourLabelPlugin.so"
89  IMPORTED_SONAME_RELEASE "libvtkContourLabelPlugin.so"
90  )
91 
92 # Make sure the targets which have been exported in some other
93 # export set exist.
94 unset(${CMAKE_FIND_PACKAGE_NAME}_NOT_FOUND_MESSAGE_targets)
95 foreach(_target "ParaView::RemotingViews" "VTK::RenderingOpenGL2" "VTK::PythonUsed" )
96  if(NOT TARGET "${_target}" )
97  set(${CMAKE_FIND_PACKAGE_NAME}_NOT_FOUND_MESSAGE_targets "${${CMAKE_FIND_PACKAGE_NAME}_NOT_FOUND_MESSAGE_targets} ${_target}")
98  endif()
99 endforeach()
100 
101 if(DEFINED ${CMAKE_FIND_PACKAGE_NAME}_NOT_FOUND_MESSAGE_targets)
102  if(CMAKE_FIND_PACKAGE_NAME)
103  set( ${CMAKE_FIND_PACKAGE_NAME}_FOUND FALSE)
104  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}")
105  else()
106  message(FATAL_ERROR "The following imported targets are referenced, but are missing: ${${CMAKE_FIND_PACKAGE_NAME}_NOT_FOUND_MESSAGE_targets}")
107  endif()
108 endif()
109 unset(${CMAKE_FIND_PACKAGE_NAME}_NOT_FOUND_MESSAGE_targets)
110 
111 # Commands beyond this point should not need to know the version.
112 set(CMAKE_IMPORT_FILE_VERSION)
113 cmake_policy(POP)
#define VERSION
Definition: jconfigint.h:17