فهرست منبع

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")