diff --git a/sample/CMakeLists.txt b/sample/CMakeLists.txt index d24f32d..d895959 100644 --- a/sample/CMakeLists.txt +++ b/sample/CMakeLists.txt @@ -32,4 +32,7 @@ endif (HDF5_FOUND) add_executable(testEskow testEskow.cpp) -target_link_libraries(testEskow ${tolink}) \ No newline at end of file +target_link_libraries(testEskow ${tolink}) + +add_executable(testAlgo testAlgo.cpp) +target_link_libraries(testAlgo ${tolink}) \ No newline at end of file