mirror of
https://github.com/apache/nuttx.git
synced 2026-08-18 11:41:51 +08:00
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>