From 4401f681d33f534a7d7ef8f4f940bd54b60710c3 Mon Sep 17 00:00:00 2001 From: Chris Xiong Date: Sun, 18 Sep 2022 01:52:26 -0400 Subject: Move stuff around to accommodate new family members. --- tests/CMakeLists.txt | 18 +++--------------- 1 file changed, 3 insertions(+), 15 deletions(-) (limited to 'tests/CMakeLists.txt') diff --git a/tests/CMakeLists.txt b/tests/CMakeLists.txt index 78ad4fe..fa76ab9 100644 --- a/tests/CMakeLists.txt +++ b/tests/CMakeLists.txt @@ -1,3 +1,6 @@ +get_target_property(xsig_priv_incdir xsig INCLUDE_DIRECTORIES) +include_directories(compressed_vector ${xsig_priv_incdir}) + add_executable(compressed_vector compressed_vector.cpp) target_link_libraries(compressed_vector xsig @@ -20,18 +23,8 @@ target_link_libraries(image_util_tests add_executable(signature_test signature_test.cpp) target_link_libraries(signature_test xsig - opencv_core - opencv_imgcodecs - opencv_imgproc ) -#add_executable(deduper_legacy deduper_legacy.cpp) -#target_link_libraries(deduper_legacy -# ${OpenCV_LIBS} -# ${CMAKE_THREAD_LIBS_INIT} -# xsig -#) - add_executable(testdrive testdrive.cpp) target_link_libraries(testdrive xsig @@ -47,11 +40,6 @@ endif() add_executable(testdrive_sqlite testdrive_sqlite.cpp) target_link_libraries(testdrive_sqlite xsig - opencv_core - opencv_imgcodecs - opencv_imgproc - ${SQLite3_LIBRARIES} - ${CMAKE_THREAD_LIBS_INIT} ) if(WIN32) target_link_libraries(testdrive_sqlite shell32 kernel32) -- cgit v1.2.3