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
Simple build system skeleton using SCons for C/C++ projects.
Includes commands (scons <command>) for code analysis (tidy, lint),
testing (check) and auto formatting (format); see SConstruct for
respective external dependencies.
About
Simple build system skeleton using SCons for C/C++ projects