From 9463c7e542443e8df935d997db2dbdd31ceb24d0 Mon Sep 17 00:00:00 2001 From: Xiao Song Date: Tue, 3 May 2022 11:49:55 -0700 Subject: [PATCH] change makefile --- CMakeLists.txt | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 8406b70..f82324d 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -85,8 +85,6 @@ add_executable( test_burst tests/test_burst.cpp ) target_link_libraries( test_burst ${PROJECT_NAME} ) -add_executable( test_align tests/test_align.cpp ${src_files} ) +add_executable( test_align tests/test_align.cpp ) target_link_libraries( test_align - ${OpenCV_LIBS} - ${LIBRAW_LIBRARY} - exiv2lib ) + ${PROJECT_NAME} )