17 lines
343 B
Plaintext
17 lines
343 B
Plaintext
static_library("bossay_hi3861_l0_human_detect") {
|
|
sources = [
|
|
"main_entry.c",
|
|
]
|
|
|
|
include_dirs = [
|
|
"./sensor/inc",
|
|
"../../common/inc",
|
|
"//base/iot_hardware/peripheral/interfaces/kits",
|
|
]
|
|
|
|
deps = [
|
|
"../../common/iot_wifi:iot_wifi",
|
|
"sensor:bossay_hi3861_l0_sensor",
|
|
]
|
|
|
|
} |