HDF5 boost multi array transparent support
This commit is contained in:
parent
1d59f4e93d
commit
47255ea25a
3 changed files with 243 additions and 0 deletions
|
@ -34,6 +34,9 @@ target_link_libraries(testPool ${tolink})
|
|||
if (HDF5_FOUND)
|
||||
add_executable(testReadFlash testReadFlash.cpp)
|
||||
target_link_libraries(testReadFlash ${tolink})
|
||||
|
||||
add_executable(testHDF5 testHDF5.cpp)
|
||||
target_link_libraries(testHDF5 ${tolink})
|
||||
endif (HDF5_FOUND)
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue