From 27fcb1d7c3d1d201e46e971d9fcc65e5d2687900 Mon Sep 17 00:00:00 2001 From: cxh Date: Fri, 30 Jan 2026 15:38:59 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B0=83=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 5f379fa..1ec7585 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -23,10 +23,10 @@ pkg_check_modules(GSTREAMER REQUIRED gstreamer-1.0) # include 路径 include_directories( + ${CMAKE_SOURCE_DIR}/third_party/include/websocketpp ${CMAKE_SOURCE_DIR}/include ${CMAKE_SOURCE_DIR}/third_party/include ${CMAKE_SOURCE_DIR}/third_party/include/paho_mqtt - ${CMAKE_SOURCE_DIR}/third_party/include/websocketpp ${GSTREAMER_INCLUDE_DIRS} /usr/include )