8.3.5 - Make and CMake (C/C++)
Enroll to start learning
You’ve not yet enrolled in this course. Please enroll for free to listen to audio lessons, classroom podcasts and take practice test.
Practice Questions
Test your understanding with targeted questions
What is the purpose of a Makefile?
💡 Hint: Think about how a recipe outlines steps for cooking.
What is CMake used for?
💡 Hint: Consider cross-platform development needs.
4 more questions available
Interactive Quizzes
Quick quizzes to reinforce your learning
What is the primary function of the Make tool?
💡 Hint: Consider the role of automation in software development.
CMake allows for cross-platform builds.
💡 Hint: Think about project flexibility when working on different operating systems.
2 more questions available
Challenge Problems
Push your limits with advanced challenges
Develop a Makefile for a small C++ project that includes multiple source files and a library dependency.
💡 Hint: Use the format of defining targets and their dependencies.
Write a CMakeLists.txt file for a C++ application that uses a third-party library. Explain how the dependency management works.
💡 Hint: Remember to specify include directories and link libraries.
Get performance evaluation
Reference links
Supplementary resources to enhance your learning experience.