Day 30/100 100 Days of Code

Photo by Kevin Ku on Unsplash

Day 30/100 100 Days of Code

Learning

CMake Learning part 2.

I watched the second part of the tutorial and I learned the following:

  1. Library Creation with CMake

  2. Library Building and Installation

  3. Library linking

  4. Program installation to the system

Now, I can create a project and use CMake to link and install libraries and build and install projects into the system.

Special Thanks

To the creator of the CMake tutorial series Code, Tech, and Tutorials for his awesome videos.