You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Right now when when using SETUP_EXECUTABLE and SETUP_LIBRARY they glob_recurse for all .c, .h and .S files. It would be nice if, for example, it ignored "arch" directory and automatically added source files from "arch/riscv" directory (for example).
Right now when when using SETUP_EXECUTABLE and SETUP_LIBRARY they glob_recurse for all .c, .h and .S files. It would be nice if, for example, it ignored "arch" directory and automatically added source files from "arch/riscv" directory (for example).