Added algo test
This commit is contained in:
parent
530c6f4fcd
commit
f6f8c16f1f
@ -32,4 +32,7 @@ endif (HDF5_FOUND)
|
||||
|
||||
|
||||
add_executable(testEskow testEskow.cpp)
|
||||
target_link_libraries(testEskow ${tolink})
|
||||
target_link_libraries(testEskow ${tolink})
|
||||
|
||||
add_executable(testAlgo testAlgo.cpp)
|
||||
target_link_libraries(testAlgo ${tolink})
|
Loading…
Reference in New Issue
Block a user