Adjusted all paths for HDF5
This commit is contained in:
parent
0096b696a3
commit
bd6853d96d
4 changed files with 10 additions and 22 deletions
|
@ -35,8 +35,7 @@ add_executable(testPool testPool.cpp)
|
|||
target_link_libraries(testPool ${tolink})
|
||||
|
||||
if (HDF5_FOUND)
|
||||
include_directories(${HDF5_INCLUDE_PATH})
|
||||
SET(tolink ${tolink} ${HDF5_CPP_LIBRARY} ${HDF5_LIBRARY} ${ZLIB})
|
||||
include_directories(${HDF5_INCLUDE_DIR})
|
||||
|
||||
add_executable(testReadFlash testReadFlash.cpp)
|
||||
target_link_libraries(testReadFlash ${tolink})
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue