mirror of
https://github.com/apache/nuttx.git
synced 2026-05-12 09:48:31 +08:00
81e79d9a65
Introduce support in CMake to ignore specific directories added by `nuttx_add_subdirectory()`. This provides more flexibility for build configuration and allows excluding unwanted or optional components. * Improves modularity of project configuration. Signed-off-by: trns1997 <trns1997@gmail.com>