From ccfacfe0d1c31593e004bdf808b6376dc5aa2597 Mon Sep 17 00:00:00 2001 From: cxh Date: Fri, 30 Jan 2026 15:35:23 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9cmake?= 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 9b006ee..5f379fa 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -26,6 +26,7 @@ include_directories( ${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 )