BUILD.gn 233 B

1234567
  1. # Copyright (C) 2020 Hisilicon (Shanghai) Technologies Co., Ltd. All rights reserved.
  2. group("smart_camera") {
  3. deps = [ "init_configs" ]
  4. deps += [ "demo_cameraApp:smart_camera" ]
  5. deps += [ "demo_keyword_spotting:smart_kws" ]
  6. }