25 lines
589 B
Plaintext
25 lines
589 B
Plaintext
![]() |
static_library("Paomadeng") {
|
||
|
sources = [
|
||
|
"paomadeng.c",
|
||
|
]
|
||
|
|
||
|
cflags = [ "-Wno-unused-variable" ]
|
||
|
cflags += [ "-Wno-unused-but-set-variable" ]
|
||
|
cflags += [ "-Wno-unused-parameter" ]
|
||
|
|
||
|
include_dirs = [
|
||
|
"//base/iot_hardware/peripheral/interfaces/kits",
|
||
|
"//third_party/cJSON",
|
||
|
"../../common/inc",
|
||
|
]
|
||
|
|
||
|
deps = [
|
||
|
|
||
|
"../../common/iot_wifi:iot_wifi",
|
||
|
|
||
|
"../../common/iot_cloud:iot_cloud",
|
||
|
"../../common/iot_boardled:iot_boardled",
|
||
|
"../../common/iot_boardbutton:iot_boardbutton",
|
||
|
]
|
||
|
|
||
|
}
|