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.
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.