Quellcode durchsuchen

add: 将lv_font加入到include路径

Wendal Chen vor 3 Jahren
Ursprung
Commit
a03e8d52bc
1 geänderte Dateien mit 1 neuen und 0 gelöschten Zeilen
  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")