From 57d3cfe7533d1a0f64a75c126c1c2a730ae13a80 Mon Sep 17 00:00:00 2001 From: cxh Date: Thu, 5 Jun 2025 09:29:54 +0800 Subject: [PATCH] temp --- CMakeLists.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 75d8438..3d0104b 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -18,10 +18,10 @@ add_executable(led_app ${SOURCES}) # 链接需要的库 find_package(Threads REQUIRED) -target_link_libraries(led_app PRIVATE Threads::Threads) -# 连接 paho mqtt 和依赖库 target_link_libraries(led_app + PRIVATE + Threads::Threads paho-mqttpp3 paho-mqtt3as ssl