From 2837586b696bb533e1aa6e6d9c32c278becdbf9e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9D=B0=E4=BB=94?= Date: Sun, 22 Mar 2026 10:51:27 +0800 Subject: [PATCH] =?UTF-8?q?ARM=E6=96=B0=E7=9A=84=E5=BA=93=E7=BC=96?= =?UTF-8?q?=E8=AF=91?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CMakeLists.txt | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index f8c72f5..0f0c4a1 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -46,7 +46,8 @@ INCLUDE_DIRECTORIES(${CMAKE_CURRENT_SOURCE_DIR}/sourceCode) ADD_DEFINITIONS(-DSG_API_LIBRARY) if(OPENCV_VERSION STREQUAL "320") - ADD_LIBRARY(baseAlgorithm SHARED sourceCode/SG_baseFunc.cpp + ADD_LIBRARY(baseAlgorithm SHARED sourceCode/dataFitting.cpp + sourceCode/SG_baseFunc.cpp sourceCode/SG_clustering.cpp sourceCode/SG_featureGrow.cpp sourceCode/SG_lineFeature.cpp @@ -72,6 +73,10 @@ if(OPENCV_VERSION STREQUAL "320") ADD_LIBRARY(rodAndBarDetection SHARED sourceCode/rodAndBarDetection.cpp) ADD_LIBRARY(bagThreadPositioning SHARED sourceCode/bagThreadPositioning.cpp) + + ADD_LIBRARY(workpieceHolePositioning SHARED sourceCode/workpieceHolePositioning.cpp) + + # ADD_LIBRARY(motorStatorPosition SHARED sourceCode/motorStatorPosition.cpp) elseif(OPENCV_VERSION STREQUAL "480") ADD_LIBRARY(binocularMarkCam SHARED sourceCode/binocularMarkCam.cpp