mirror of
https://gitee.com/beecue/fastbee.git
synced 2025-12-21 10:25:54 +08:00
更新硬件SDK
This commit is contained in:
14
sdk/合宙/air780e/csdk/luatos-soc-2022/thirdparty/minmea/xmake.lua
vendored
Normal file
14
sdk/合宙/air780e/csdk/luatos-soc-2022/thirdparty/minmea/xmake.lua
vendored
Normal file
@@ -0,0 +1,14 @@
|
||||
target("minmea")
|
||||
local LIB_DIR = "$(buildir)/minmea/"
|
||||
set_kind("static")
|
||||
set_targetdir(LIB_DIR)
|
||||
|
||||
-- add_defines("FEATURE_MQTT_TLS_ENABLE",{public = true})
|
||||
|
||||
-- 加入代码和头文件
|
||||
add_includedirs("./",{public = true})
|
||||
add_files("./*.c",{public = true})
|
||||
|
||||
-- 自动链接
|
||||
LIB_USER = LIB_USER .. SDK_TOP .. LIB_DIR .. "libminmea.a "
|
||||
target_end()
|
||||
Reference in New Issue
Block a user