add cmake RTOS=zephyr (default noos) for zephyr build

This commit is contained in:
hathach
2025-01-24 15:06:05 +07:00
parent 201b9707b9
commit b53801a8ac
61 changed files with 100 additions and 116 deletions

View File

@@ -1,7 +1,3 @@
if (BUILD_ZEPHYR)
return()
endif()
include(CMakePrintHelpers)
# ----------------------------------------------------------------------------