Added algo test
This commit is contained in:
parent
530c6f4fcd
commit
f6f8c16f1f
1 changed files with 4 additions and 1 deletions
|
@ -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 a new issue