Day 31/100 100 Days of Code

Photo by Andrew Neel on Unsplash

Day 31/100 100 Days of Code

Learning

I learned about submodules. A submodule is a record on our project's repo that links to another repository's commit. We can add a submodule to our project with GitHub and then edit our CMakeLists.txt to automate their download process.

The tutorial I watched: