bossay_release_out/vendor/bossay/Paomadeng/demo_paomadeng/BUILD.gn

25 lines
589 B
Plaintext
Raw Permalink Normal View History

2025-09-24 11:16:14 +08:00
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",
]
}