We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1fecb91 commit db4e3a1Copy full SHA for db4e3a1
third_party/openthread/platforms/qpg/BUILD.gn
@@ -50,6 +50,10 @@ source_set("openthread_mbedtls_config_qpg") {
50
}
51
52
source_set("libopenthread-qpg") {
53
+ include_dirs = [
54
+ "${openthread_qpg_root}/src/${openthread_qpg_family}",
55
+ "${openthread_root}/examples/platforms/utils",
56
+ ]
57
sources = [
58
"${openthread_qpg_root}/src/${openthread_qpg_family}/alarm.c",
59
"${openthread_qpg_root}/src/${openthread_qpg_family}/diag.c",
0 commit comments