Skip to content

Commit

Permalink
Update the simulated app to build with common Matter Config. (#26036)
Browse files Browse the repository at this point in the history
  • Loading branch information
krypton36 authored and pull[bot] committed Dec 14, 2023
1 parent 0a790a8 commit 89d9296
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions examples/placeholder/linux/args.gni
Original file line number Diff line number Diff line change
Expand Up @@ -15,3 +15,10 @@
import("//build_overrides/chip.gni")

import("${chip_root}/config/standalone/args.gni")

chip_device_project_config_include = "<CHIPProjectConfig.h>"
chip_project_config_include = "<CHIPProjectConfig.h>"

chip_project_config_include_dirs =
[ "${chip_root}/examples/placeholder/linux/include" ]
chip_project_config_include_dirs += [ "${chip_root}/config/standalone" ]

0 comments on commit 89d9296

Please sign in to comment.