Skip to content

Commit b59de27

Browse files
committed
update cmake
1 parent 8d0c095 commit b59de27

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

CMakeLists.txt

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -296,3 +296,13 @@ install(
296296
${HDF5_VOL_PDC_INSTALL_LIB_DIR}/pkgconfig
297297
)
298298

299+
# Examples
300+
301+
install(
302+
FILES
303+
${CMAKE_CURRENT_SOURCE_DIR}/examples/h5pdc_vpicio
304+
${CMAKE_CURRENT_SOURCE_DIR}/examples/h5pdc_vpicio_open
305+
DESTINATION
306+
${CMAKE_INSTALL_PREFIX}/bin
307+
)
308+

0 commit comments

Comments
 (0)