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