Commit 2e3ce389 authored by oscar's avatar oscar

提交更新

parent 5c786d42
......@@ -13,6 +13,9 @@ add_definitions(-D_DEBUG)
add_compile_options(-std=c++11)
find_package(OpenCV REQUIRED)
find_package(yaml-cpp REQUIRED)
include_directories(${YAML_CPP_INCLUDE_DIR})
#find_package(CUDA REQUIRED)
#if (CMAKE_SYSTEM_PROCESSOR MATCHES "aarch64")
......@@ -114,7 +117,7 @@ target_link_libraries(${PROJECT_NAME}_node
#yolov5plugins
${catkin_LIBRARIES}
${OpenCV_LIBS}
#yaml-cpp
yaml-cpp
)
#add_executable(cv_test
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment