Day 29/100 100 Days Of Code

Learning

I decided to take a break from Info Hunter and start learning an essential tool for C and C++ developers. Cmake.

Cmake is a program that helps developers create builds, executables, installations, and run tests.

I watched an introduction video to Cmake and learned how to create a Cmake project, create a builds folder, set the minimum Cmake version required, set the project name, and add project source files for the build. I also learned how to run the make command to create an executable.