From 2ee6af8097beee21dfbb87e4e80ed08448c51075 Mon Sep 17 00:00:00 2001 From: ackimixs Date: Mon, 8 Apr 2024 15:33:10 +0200 Subject: [PATCH] update cmake --- CMakeLists.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 3bb0819..95253e1 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -57,11 +57,11 @@ add_executable(photo ${photo}) target_link_libraries( photo -llccv ${OpenCV_LIBS} ) -set(createCharuco +set(createCharucoBoard ${COMMON_SOURCES} createCharuco.cpp ) -add_executable(createCharuco ${createCharucoBoard}) +add_executable(createCharucoBoard ${createCharucoBoard}) -target_link_libraries( createCharuco -llccv ${OpenCV_LIBS} ) \ No newline at end of file +target_link_libraries( createCharucoBoard -llccv ${OpenCV_LIBS} ) \ No newline at end of file