From 7c625b611a9e7b9b31298d66ddd4acddd057f26a Mon Sep 17 00:00:00 2001 From: cxh Date: Mon, 8 Sep 2025 11:01:08 +0800 Subject: [PATCH] first commit --- CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/CMakeLists.txt b/CMakeLists.txt index 2597e53..676f8a0 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -20,6 +20,7 @@ pkg_check_modules(GSTREAMER_RTSP REQUIRED gstreamer-rtsp-server-1.0) include_directories( ${CMAKE_SOURCE_DIR}/include ${CMAKE_SOURCE_DIR}/third_party/include + ${CMAKE_SOURCE_DIR}/third_party/include/paho_mqtt ${GSTREAMER_INCLUDE_DIRS} ${GSTREAMER_RTSP_INCLUDE_DIRS} )