cmake_install.cmake
Go to the documentation of this file.
1 # Install script for directory: /builds/gitlab-kitware-sciviz-ci/VTK/ThirdParty/libharu/vtklibharu
2 
3 # Set the install prefix
4 if(NOT DEFINED CMAKE_INSTALL_PREFIX)
5  set(CMAKE_INSTALL_PREFIX "/usr/local")
6 endif()
7 string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}")
8 
9 # Set the install configuration name.
10 if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME)
11  if(BUILD_TYPE)
12  string(REGEX REPLACE "^[^A-Za-z0-9_]+" ""
13  CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}")
14  else()
15  set(CMAKE_INSTALL_CONFIG_NAME "Debug")
16  endif()
17  message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"")
18 endif()
19 
20 # Set the component getting installed.
21 if(NOT CMAKE_INSTALL_COMPONENT)
22  if(COMPONENT)
23  message(STATUS "Install component: \"${COMPONENT}\"")
24  set(CMAKE_INSTALL_COMPONENT "${COMPONENT}")
25  else()
26  set(CMAKE_INSTALL_COMPONENT)
27  endif()
28 endif()
29 
30 # Install shared libraries without execute permission?
31 if(NOT DEFINED CMAKE_INSTALL_SO_NO_EXE)
32  set(CMAKE_INSTALL_SO_NO_EXE "0")
33 endif()
34 
35 # Is this installation the result of a crosscompile?
36 if(NOT DEFINED CMAKE_CROSSCOMPILING)
37  set(CMAKE_CROSSCOMPILING "FALSE")
38 endif()
39 
40 if(NOT CMAKE_INSTALL_LOCAL_ONLY)
41  # Include the install script for the subdirectory.
42  include("/builds/gitlab-kitware-sciviz-ci/build/VTK/ThirdParty/libharu/vtklibharu/src/cmake_install.cmake")
43 endif()
44 
45 if("x${CMAKE_INSTALL_COMPONENT}x" STREQUAL "xdevelopmentx" OR NOT CMAKE_INSTALL_COMPONENT)
46  file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/paraview-5.9/vtklibharu/include" TYPE FILE FILES
47  "/builds/gitlab-kitware-sciviz-ci/VTK/ThirdParty/libharu/vtklibharu/include/hpdf.h"
48  "/builds/gitlab-kitware-sciviz-ci/VTK/ThirdParty/libharu/vtklibharu/include/hpdf_types.h"
49  "/builds/gitlab-kitware-sciviz-ci/VTK/ThirdParty/libharu/vtklibharu/include/hpdf_consts.h"
50  "/builds/gitlab-kitware-sciviz-ci/VTK/ThirdParty/libharu/vtklibharu/include/hpdf_version.h"
51  "/builds/gitlab-kitware-sciviz-ci/VTK/ThirdParty/libharu/vtklibharu/include/hpdf_annotation.h"
52  "/builds/gitlab-kitware-sciviz-ci/VTK/ThirdParty/libharu/vtklibharu/include/hpdf_catalog.h"
53  "/builds/gitlab-kitware-sciviz-ci/VTK/ThirdParty/libharu/vtklibharu/include/hpdf_conf.h"
54  "/builds/gitlab-kitware-sciviz-ci/VTK/ThirdParty/libharu/vtklibharu/include/hpdf_destination.h"
55  "/builds/gitlab-kitware-sciviz-ci/VTK/ThirdParty/libharu/vtklibharu/include/hpdf_doc.h"
56  "/builds/gitlab-kitware-sciviz-ci/VTK/ThirdParty/libharu/vtklibharu/include/hpdf_encoder.h"
57  "/builds/gitlab-kitware-sciviz-ci/VTK/ThirdParty/libharu/vtklibharu/include/hpdf_encrypt.h"
58  "/builds/gitlab-kitware-sciviz-ci/VTK/ThirdParty/libharu/vtklibharu/include/hpdf_encryptdict.h"
59  "/builds/gitlab-kitware-sciviz-ci/VTK/ThirdParty/libharu/vtklibharu/include/hpdf_error.h"
60  "/builds/gitlab-kitware-sciviz-ci/VTK/ThirdParty/libharu/vtklibharu/include/hpdf_ext_gstate.h"
61  "/builds/gitlab-kitware-sciviz-ci/VTK/ThirdParty/libharu/vtklibharu/include/hpdf_font.h"
62  "/builds/gitlab-kitware-sciviz-ci/VTK/ThirdParty/libharu/vtklibharu/include/hpdf_fontdef.h"
63  "/builds/gitlab-kitware-sciviz-ci/VTK/ThirdParty/libharu/vtklibharu/include/hpdf_gstate.h"
64  "/builds/gitlab-kitware-sciviz-ci/VTK/ThirdParty/libharu/vtklibharu/include/hpdf_image.h"
65  "/builds/gitlab-kitware-sciviz-ci/VTK/ThirdParty/libharu/vtklibharu/include/hpdf_info.h"
66  "/builds/gitlab-kitware-sciviz-ci/VTK/ThirdParty/libharu/vtklibharu/include/hpdf_list.h"
67  "/builds/gitlab-kitware-sciviz-ci/VTK/ThirdParty/libharu/vtklibharu/include/hpdf_mmgr.h"
68  "/builds/gitlab-kitware-sciviz-ci/VTK/ThirdParty/libharu/vtklibharu/include/hpdf_objects.h"
69  "/builds/gitlab-kitware-sciviz-ci/VTK/ThirdParty/libharu/vtklibharu/include/hpdf_outline.h"
70  "/builds/gitlab-kitware-sciviz-ci/VTK/ThirdParty/libharu/vtklibharu/include/hpdf_pages.h"
71  "/builds/gitlab-kitware-sciviz-ci/VTK/ThirdParty/libharu/vtklibharu/include/hpdf_page_label.h"
72  "/builds/gitlab-kitware-sciviz-ci/VTK/ThirdParty/libharu/vtklibharu/include/hpdf_streams.h"
73  "/builds/gitlab-kitware-sciviz-ci/VTK/ThirdParty/libharu/vtklibharu/include/hpdf_u3d.h"
74  "/builds/gitlab-kitware-sciviz-ci/VTK/ThirdParty/libharu/vtklibharu/include/hpdf_utils.h"
75  "/builds/gitlab-kitware-sciviz-ci/VTK/ThirdParty/libharu/vtklibharu/include/hpdf_pdfa.h"
76  "/builds/gitlab-kitware-sciviz-ci/VTK/ThirdParty/libharu/vtklibharu/include/hpdf_3dmeasure.h"
77  "/builds/gitlab-kitware-sciviz-ci/VTK/ThirdParty/libharu/vtklibharu/include/hpdf_exdata.h"
78  "/builds/gitlab-kitware-sciviz-ci/VTK/ThirdParty/libharu/vtklibharu/include/vtk_haru_mangle.h"
79  "/builds/gitlab-kitware-sciviz-ci/build/VTK/ThirdParty/libharu/vtklibharu/include/hpdf_config.h"
80  )
81 endif()
82 
string