BUILD.gn 333 B

12345678910
  1. # Copyright (C) 2020 Hisilicon (Shanghai) Technologies Co., Ltd. All rights reserved.
  2. group("human_detect") {
  3. deps = [
  4. "//device/bossay/hi3861_l0/sdk_liteos:wifiiot_sdk",
  5. "../common/iot_wifi:iot_wifi",
  6. # "//applications/sample/app:app",
  7. "demo_human_detect:bossay_hi3861_l0_human_detect",
  8. ]
  9. }