From 3a78fe761cc831246139beeaf6dac4ce18223b76 Mon Sep 17 00:00:00 2001 From: GuanYuankai Date: Tue, 21 Oct 2025 01:59:56 +0000 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0opencv=E7=9A=84find=E6=A8=A1?= =?UTF-8?q?=E5=9D=97?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/CMakeLists.txt b/CMakeLists.txt index 9961080..96744a3 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -13,6 +13,7 @@ find_package(SQLite3 REQUIRED) find_package(PkgConfig REQUIRED) pkg_check_modules(GST REQUIRED gstreamer-1.0 gstreamer-app-1.0) +find_package(OpenCV REQUIRED) # 在包含 Crow 子目录之前,设置一个 CMake 选项 # 这会告诉 Crow 的构建脚本去使用 Boost 库中包含的 Asio