summaryrefslogtreecommitdiffstats
path: root/CMakeInstallation.cmake
diff options
context:
space:
mode:
authorAllen Byrne <byrn@hdfgroup.org>2017-03-14 17:14:44 (GMT)
committerAllen Byrne <byrn@hdfgroup.org>2017-03-14 17:14:44 (GMT)
commit2687321987f6ded4f85f138f8572abe96ce90264 (patch)
tree389703ef1c484ece34a73b557dc6919a78db4025 /CMakeInstallation.cmake
parent847d675f2743ec420ef6c9efdd6e52ae93b4fe44 (diff)
downloadhdf5-2687321987f6ded4f85f138f8572abe96ce90264.zip
hdf5-2687321987f6ded4f85f138f8572abe96ce90264.tar.gz
hdf5-2687321987f6ded4f85f138f8572abe96ce90264.tar.bz2
HDFFV-10138 Merge app framework to examples
Diffstat (limited to 'CMakeInstallation.cmake')
-rw-r--r--CMakeInstallation.cmake24
1 files changed, 18 insertions, 6 deletions
diff --git a/CMakeInstallation.cmake b/CMakeInstallation.cmake
index 3f0f7ca..37f3f70 100644
--- a/CMakeInstallation.cmake
+++ b/CMakeInstallation.cmake
@@ -174,13 +174,25 @@ if (HDF5_PACK_EXAMPLES)
USE_SOURCE_PERMISSIONS
COMPONENT hdfdocuments
)
- install (
- FILES
- ${HDF5_SOURCE_DIR}/release_docs/USING_CMake_Examples.txt
- DESTINATION ${HDF5_INSTALL_DATA_DIR}
- COMPONENT hdfdocuments
- )
endif ()
+ install (
+ FILES
+ ${HDF5_SOURCE_DIR}/release_docs/USING_CMake_Examples.txt
+ DESTINATION ${HDF5_INSTALL_DATA_DIR}
+ COMPONENT hdfdocuments
+ )
+ install (
+ FILES
+ ${HDF_RESOURCES_DIR}/CTestScript.cmake
+ DESTINATION ${HDF5_INSTALL_DATA_DIR}
+ COMPONENT hdfdocuments
+ )
+ install (
+ FILES
+ ${HDF_RESOURCES_DIR}/HDF5_Examples_options.cmake
+ DESTINATION ${HDF5_INSTALL_DATA_DIR}
+ COMPONENT hdfdocuments
+ )
endif ()
#-----------------------------------------------------------------------------