添加BUILD.gn 文件 能生成ninja脚本 但编译不过

This commit is contained in:
2025-01-16 15:44:56 +08:00
parent 4536cef906
commit 639024a1a6
21 changed files with 1522 additions and 20 deletions

18
BUILD.gn Normal file
View File

@@ -0,0 +1,18 @@
import("//build/buildcfg.gni")
module_name = get_path_info(rebase_path("."), "name")
module_group(module_name) {
modules = [
"ap",
"app",
"startup",
"driver",
"common",
"os",
"plc",
"ftm",
"pib",
"cli",
"import"
]
}