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
This enables setting a file path to select user C modules in a
USER_C_MODULES directory, the same way CMake works.
The file is a simple .txt with the user modules required, e.g.
USER_C_MODULES=<path/to/user_modules>/my_user_modules.txt
in my_user_modules.txt:
module_foo
module_bar
Signed-off-by: Carlos Gil <carlosgilglez@gmail.com>
0 commit comments