Description
In this course, you will :
- Learn how to correctly install CMake on your computer.
- Understand the naming convention for CMake scripts.
- Learn the three fundamental CMake commands.
- Learn the core commands for organizing a build system.
Syllabus:
1. CMake Basics
- Introduction to the Basics of CMake
- Installing CMake to your OS System
- Creating a Basic CMake Script
- Fundamental CMake Script commands
- How to work with Variables in CMake Scripting
- Wrapping Up: Homework Assignment
- Homework Walkthrough: Answer