From 713330fa6d55fa28e8d72498d37bba57cd62a7f9 Mon Sep 17 00:00:00 2001 From: Lizongdi <1210855344@qq.com> Date: Wed, 10 Jun 2026 08:34:00 +0800 Subject: [PATCH] =?UTF-8?q?=E8=A7=A3=E5=86=B3=E4=BE=9D=E8=B5=96=E9=A1=BA?= =?UTF-8?q?=E5=BA=8F=E9=97=AE=E9=A2=98?= 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 ac3c7a7..3066931 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -57,8 +57,8 @@ add_module(ringbuffer library/ringbuffer OFF OFF) add_module(peripheral peripheral OFF ON) add_module(lua lua OFF ON) add_module(bspMCU bspMCU OFF OFF) -add_module(optional optional OFF OFF) add_module(RBcore RBcore OFF OFF) +add_module(optional optional OFF OFF) if(A_BUILD_MAIN) add_subdirectory(main)