소스 검색

add: 将lv_font加入到include路径

Wendal Chen 3 년 전
부모
커밋
a03e8d52bc
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      xmake.lua

+ 1 - 0
xmake.lua

@@ -365,6 +365,7 @@ if with_luatos then
     -- fonts
     add_includedirs(luatos.."components/luatfonts",{public = true})
     add_files(luatos.."components/luatfonts/**.c")
+    add_includedirs(luatos.."components/lvgl/src/lv_font",{public = true})
     
     -- crypto
     add_files(luatos.."components/crypto/**.c")