Got a compiling version of the algorithm
This commit is contained in:
parent
8dd58836e0
commit
8d4419d2fd
3 changed files with 194 additions and 10 deletions
|
@ -26,3 +26,7 @@ if (HDF5_FOUND)
|
|||
add_executable(testReadFlash testReadFlash.cpp)
|
||||
target_link_libraries(testReadFlash ${tolink})
|
||||
endif (HDF5_FOUND)
|
||||
|
||||
|
||||
add_executable(testEskow testEskow.cpp)
|
||||
target_link_libraries(testEskow ${tolink})
|
Loading…
Add table
Add a link
Reference in a new issue