We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3981134 commit 8d0c095Copy full SHA for 8d0c095
CMakeLists.txt
@@ -238,7 +238,9 @@ if(BUILD_EXAMPLES)
238
foreach (example ${examples})
239
add_executable (h5pdc_${example}
240
${CMAKE_CURRENT_SOURCE_DIR}/examples/h5pdc_${example}.c
241
- )
+ )
242
+ target_link_libraries(h5pdc_${example} hdf5_vol_pdc)
243
+ endforeach()
244
endif()
245
246
#-----------------------------------------------------------------------------
0 commit comments