mirror of
https://github.com/apache/nuttx-apps.git
synced 2025-10-15 20:46:47 +08:00

Remove the previous guard logic and use a proper CMake `exclude` rule to prevent `cxx-oot-build` from being included when building projects with CMake. * Ensures OOT test project is not pulled into normal apps. * Keeps CI and export tests isolated from regular builds. Signed-off-by: trns1997 <trns1997@gmail.com>