Cmake Guide
· ☕ 2 min read
Cmake Guide Why Do We Need Cmake? A build system to help manage dependencies, how to compile the project and other
items are the job of a project build system. However, the C programming language
is designed to work on nearly any hardware. So, the job of setting up the custom
project dependencies and compiling options has usually been on a per project
basis.
Thanks to cmake we can have sanity amidst the chaos!