Add HDF5 include path

This commit is contained in:
Guilhem Lavaux 2015-04-27 17:28:13 +02:00
parent 5e7437b7d4
commit 5b6f0ab4ae

View File

@ -35,6 +35,8 @@ add_executable(testPool testPool.cpp)
target_link_libraries(testPool ${tolink})
if (HDF5_FOUND)
include_directories(${HDF5_INCLUDE_PATH})
add_executable(testReadFlash testReadFlash.cpp)
target_link_libraries(testReadFlash ${tolink})