From a738c5daf8d4e72d176590d9071e170a2a83a26b Mon Sep 17 00:00:00 2001 From: ZCWang <1627343141@qq.com> Date: Tue, 29 Oct 2024 10:32:05 +0800 Subject: [PATCH] fix --- xmake.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/xmake.lua b/xmake.lua index 560b9aa..8723eb7 100644 --- a/xmake.lua +++ b/xmake.lua @@ -14,4 +14,5 @@ includes("./shared_module/xmake.lua") includes("./implicit_**/xmake.lua") includes("./network_process/xmake.lua") +includes("./blobtree_**/xmake.lua") includes("./application/xmake.lua") \ No newline at end of file