Blob Blame History Raw
diff -up ParaView-v4.3.1-source/ParaViewCore/ServerImplementation/Core/CMakeLists.txt.headers ParaView-v4.3.1-source/ParaViewCore/ServerImplementation/Core/CMakeLists.txt
--- ParaView-v4.3.1-source/ParaViewCore/ServerImplementation/Core/CMakeLists.txt.headers	2015-01-14 06:07:33.000000000 -0700
+++ ParaView-v4.3.1-source/ParaViewCore/ServerImplementation/Core/CMakeLists.txt	2015-01-27 21:01:32.091794869 -0700
@@ -77,7 +77,8 @@ set_source_files_properties(
 set (${vtk-module}_HDRS
   ${CMAKE_CURRENT_SOURCE_DIR}/vtkSMMessageMinimal.h
   ${CMAKE_CURRENT_BINARY_DIR}/vtkPVMessage.pb.h
-  )
+  ${CMAKE_CURRENT_SOURCE_DIR}/vtkSIVectorPropertyTemplate.h
+)
 
 #------------------------------------------------------------------------------
 # Generate the protbuf message file.
diff -up ParaView-v4.3.1-source/ParaViewCore/VTKExtensions/Default/CMakeLists.txt.headers ParaView-v4.3.1-source/ParaViewCore/VTKExtensions/Default/CMakeLists.txt
--- ParaView-v4.3.1-source/ParaViewCore/VTKExtensions/Default/CMakeLists.txt.headers	2015-01-27 21:01:32.091794869 -0700
+++ ParaView-v4.3.1-source/ParaViewCore/VTKExtensions/Default/CMakeLists.txt	2015-01-27 21:03:01.775623639 -0700
@@ -147,6 +147,11 @@ if ("${VTK_RENDERING_BACKEND}" STREQUAL
     )
 endif()
 
+# Add header-only files so they get installed correctly.
+set (${vtk-module}_HDRS
+  vtkMaterialInterfaceIdListItem.h
+)
+
 set_source_files_properties(
   vtkAMRDualGridHelper
   vtkMaterialInterfaceCommBuffer
diff -up ParaView-v4.3.1-source/VTK/IO/Exodus/CMakeLists.txt.headers ParaView-v4.3.1-source/VTK/IO/Exodus/CMakeLists.txt
--- ParaView-v4.3.1-source/VTK/IO/Exodus/CMakeLists.txt.headers	2015-01-14 06:08:04.000000000 -0700
+++ ParaView-v4.3.1-source/VTK/IO/Exodus/CMakeLists.txt	2015-01-27 21:01:32.091794869 -0700
@@ -23,6 +23,7 @@ set_source_files_properties(
 set(vtkIOExodus_HDRS
   vtkCPExodusIINodalCoordinatesTemplate.h
   vtkCPExodusIIResultsArrayTemplate.h
+  vtkExodusIIReaderPrivate.h
 )
 
 
diff -up ParaView-v4.3.1-source/VTK/IO/Import/CMakeLists.txt.headers ParaView-v4.3.1-source/VTK/IO/Import/CMakeLists.txt
--- ParaView-v4.3.1-source/VTK/IO/Import/CMakeLists.txt.headers	2015-01-14 06:08:04.000000000 -0700
+++ ParaView-v4.3.1-source/VTK/IO/Import/CMakeLists.txt	2015-01-27 21:01:32.092794890 -0700
@@ -4,6 +4,10 @@ set(Module_SRCS
   vtkVRMLImporter.cxx
 )
 
+set (${vtk-module}_HDRS
+  ${CMAKE_CURRENT_SOURCE_DIR}/vtk3DS.h
+)
+
 set_source_files_properties(
   vtkImporter
   ABSTRACT