Skip to content

Commit

Permalink
build(cmake): add bundle destination
Browse files Browse the repository at this point in the history
close #116
  • Loading branch information
hyoklee committed Nov 16, 2023
1 parent b5011a7 commit a71c683
Show file tree
Hide file tree
Showing 10 changed files with 10 additions and 0 deletions.
1 change: 1 addition & 0 deletions tools/src/h5copy/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -59,5 +59,6 @@ if (HDF5_EXPORTED_TARGETS)
EXPORT
${HDF5_EXPORTED_TARGETS}
RUNTIME DESTINATION ${HDF5_INSTALL_BIN_DIR} COMPONENT toolsapplications
BUNDLE DESTINATION Applications COMPONENT myApp
)
endif ()
1 change: 1 addition & 0 deletions tools/src/h5dump/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -77,5 +77,6 @@ if (HDF5_EXPORTED_TARGETS)
EXPORT
${HDF5_EXPORTED_TARGETS}
RUNTIME DESTINATION ${HDF5_INSTALL_BIN_DIR} COMPONENT toolsapplications
BUNDLE DESTINATION Applications COMPONENT myApp
)
endif ()
1 change: 1 addition & 0 deletions tools/src/h5format_convert/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -58,5 +58,6 @@ if (HDF5_EXPORTED_TARGETS)
EXPORT
${HDF5_EXPORTED_TARGETS}
RUNTIME DESTINATION ${HDF5_INSTALL_BIN_DIR} COMPONENT toolsapplications
BUNDLE DESTINATION Applications COMPONENT myApp
)
endif ()
1 change: 1 addition & 0 deletions tools/src/h5import/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -59,5 +59,6 @@ if (HDF5_EXPORTED_TARGETS)
EXPORT
${HDF5_EXPORTED_TARGETS}
RUNTIME DESTINATION ${HDF5_INSTALL_BIN_DIR} COMPONENT toolsapplications
BUNDLE DESTINATION Applications COMPONENT myApp
)
endif ()
1 change: 1 addition & 0 deletions tools/src/h5jam/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -79,5 +79,6 @@ if (HDF5_EXPORTED_TARGETS)
EXPORT
${HDF5_EXPORTED_TARGETS}
RUNTIME DESTINATION ${HDF5_INSTALL_BIN_DIR} COMPONENT toolsapplications
BUNDLE DESTINATION Applications COMPONENT myApp
)
endif ()
1 change: 1 addition & 0 deletions tools/src/h5ls/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -61,5 +61,6 @@ if (HDF5_EXPORTED_TARGETS)
EXPORT
${HDF5_EXPORTED_TARGETS}
RUNTIME DESTINATION ${HDF5_INSTALL_BIN_DIR} COMPONENT toolsapplications
BUNDLE DESTINATION Applications COMPONENT myApp
)
endif ()
1 change: 1 addition & 0 deletions tools/src/h5perf/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -67,5 +67,6 @@ if (HDF5_EXPORTED_TARGETS)
EXPORT
${HDF5_EXPORTED_TARGETS}
RUNTIME DESTINATION ${HDF5_INSTALL_BIN_DIR} COMPONENT toolsapplications
BUNDLE DESTINATION Applications COMPONENT myApp
)
endif ()
1 change: 1 addition & 0 deletions tools/src/h5repack/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -70,5 +70,6 @@ if (HDF5_EXPORTED_TARGETS)
EXPORT
${HDF5_EXPORTED_TARGETS}
RUNTIME DESTINATION ${HDF5_INSTALL_BIN_DIR} COMPONENT toolsapplications
BUNDLE DESTINATION Applications COMPONENT myApp
)
endif ()
1 change: 1 addition & 0 deletions tools/src/h5stat/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -59,5 +59,6 @@ if (HDF5_EXPORTED_TARGETS)
EXPORT
${HDF5_EXPORTED_TARGETS}
RUNTIME DESTINATION ${HDF5_INSTALL_BIN_DIR} COMPONENT toolsapplications
BUNDLE DESTINATION Applications COMPONENT myApp
)
endif ()
1 change: 1 addition & 0 deletions tools/src/misc/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -143,5 +143,6 @@ if (HDF5_EXPORTED_TARGETS)
EXPORT
${HDF5_EXPORTED_TARGETS}
RUNTIME DESTINATION ${HDF5_INSTALL_BIN_DIR} COMPONENT toolsapplications
BUNDLE DESTINATION Applications COMPONENT myApp
)
endif ()

0 comments on commit a71c683

Please sign in to comment.