Added ZLIB
This commit is contained in:
parent
5b6f0ab4ae
commit
e90facc715
2 changed files with 2 additions and 0 deletions
|
@ -36,6 +36,7 @@ target_link_libraries(testPool ${tolink})
|
|||
|
||||
if (HDF5_FOUND)
|
||||
include_directories(${HDF5_INCLUDE_PATH})
|
||||
SET(tolink ${tolink} ${ZLIB})
|
||||
|
||||
add_executable(testReadFlash testReadFlash.cpp)
|
||||
target_link_libraries(testReadFlash ${tolink})
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue