瀏覽代碼

add:添加iotauth头

Dozingfiretruck 2 年之前
父節點
當前提交
57043b389a
共有 1 個文件被更改,包括 2 次插入1 次删除
  1. 2 1
      xmake.lua

+ 2 - 1
xmake.lua

@@ -624,7 +624,8 @@ target("air10x")
     add_files(luatos.."components/common/*.c")
 
     -- iotauth
-    add_files(luatos.."components/iotauth/luat_lib_iotauth.c")
+    add_includedirs(luatos.."components/iotauth", {public = true})
+    add_files(luatos.."components/iotauth/*.c")
 
 
     -- tlfs3