From 83fb6c29b161b19c04097d89e374b9c42ebce174 Mon Sep 17 00:00:00 2001 From: Jake Swensen Date: Fri, 8 Dec 2023 16:34:52 -0600 Subject: [PATCH] [cmake] posix platform runtime configuration file (#9701) Allow selection of the POSIX runtime configuration file feature at build time. --- src/posix/CMakeLists.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/posix/CMakeLists.txt b/src/posix/CMakeLists.txt index 25634511d..bc605f677 100644 --- a/src/posix/CMakeLists.txt +++ b/src/posix/CMakeLists.txt @@ -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"