15 lines
240 B
Plaintext
15 lines
240 B
Plaintext
|
|
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 = []
|
|
} |