mirror of
https://github.com/espressif/openthread.git
synced 2026-08-12 05:37:46 +00:00
[cmake] posix platform runtime configuration file (#9701)
Allow selection of the POSIX runtime configuration file feature at build time.
This commit is contained in:
committed by
Jonathan Hui
parent
3e9e936d65
commit
83fb6c29b1
@@ -34,6 +34,8 @@ set(COMMON_INCLUDES
|
||||
${PROJECT_SOURCE_DIR}/src/posix/platform/include
|
||||
)
|
||||
|
||||
ot_option(OT_PLATFORM_POSIX_CONFIG_FILE OPENTHREAD_POSIX_CONFIG_CONFIGURATION_FILE_ENABLE "posix config file")
|
||||
|
||||
set(OT_READLINE_VALUES
|
||||
"readline"
|
||||
"edit"
|
||||
|
||||
Reference in New Issue
Block a user