How to build a large C/C++ project

Unit 1 • Chapter 2

CMake Variables and Commands

Summary

false

Concept Check

What command in CMake is used to set a variable value?

In CMake, which command is used to get the value of a variable?

Which command is used to display a message in CMake?

What command is used to conditionally include a file in CMake?

In CMake, what command is used to define a function?