Build System
- It's a set of tools and processes that can track how you want to
compile
and link your code - It will generate the build files for you (instead of manually building them via command line)
Tools
- Make
- Ninja
- MSBuild
- CMake
compile
and link your code