I plan to add CMake build scripts, which should help:
- Better IDE integration.
- CMake is popular in C/C++ projects.
- Much more usable and cross-platform than Makefile.
- Easily integrated into projects using CMake.
- I plan to add address sanitizer, gperftools, clang-format, clang-tidy, etc. to CI to assist QA.
- This can also include reports such as benchmark report, test report, etc.