[cmake] allow set extension sources in cmake (#5419)

This commit is contained in:
Jiacheng Guo
2020-08-20 10:11:23 -07:00
committed by GitHub
parent 6886ff1e4c
commit 00d88427d3
2 changed files with 11 additions and 0 deletions
+2
View File
@@ -44,6 +44,8 @@ build_all_features()
"$(dirname "$0")"/cmake-build simulation -DOT_OTNS=ON -DOT_SIMULATION_VIRTUAL_TIME=ON
reset_source
"$(dirname "$0")"/cmake-build simulation -DOT_OTNS=ON -DOT_SIMULATION_VIRTUAL_TIME=ON -DOT_ASSERT=OFF
reset_source
"$(dirname "$0")"/cmake-build simulation -DOT_VENDOR_EXTENSION=../../src/core/common/extension_example.cpp
}
build_toranj()