A cmake build system could possibly replace the autoconf-based build system.
This would be able to generate project files for various IDEs, integrate with something like vcpkg, generates commands.json to make it easier to drive clang-tidy and the static analysis tools, etc.
This could be pretty self-contained and would be fewer files than the autoconf system. Perhaps it could even replace the main / primary build system!
A
cmakebuild system could possibly replace theautoconf-based build system.This would be able to generate project files for various IDEs, integrate with something like
vcpkg, generatescommands.jsonto make it easier to driveclang-tidyand the static analysis tools, etc.This could be pretty self-contained and would be fewer files than the
autoconfsystem. Perhaps it could even replace the main / primary build system!