使用ninja 编译 链接成功
This commit is contained in:
15
plc/halmac/BUILD.gn
Normal file
15
plc/halmac/BUILD.gn
Normal file
@@ -0,0 +1,15 @@
|
||||
|
||||
import("//build/buildcfg.gni")
|
||||
|
||||
module_name = get_path_info(rebase_path("."), "name")
|
||||
|
||||
module_group(module_name) {
|
||||
modules = ["hw3",":kl_sdk"]
|
||||
}
|
||||
|
||||
module_name1 = "kl_sdk"
|
||||
|
||||
source_module(module_name1) {
|
||||
sources = []
|
||||
include_dirs = []
|
||||
}
|
Reference in New Issue
Block a user