소스 검색

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