From f6f8c16f1fe5f047772cecc03b1dfda2cbfddf60 Mon Sep 17 00:00:00 2001 From: Guilhem Lavaux Date: Mon, 28 May 2012 08:54:14 -0400 Subject: [PATCH] Added algo test --- sample/CMakeLists.txt | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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