This repository is designed to help developers learn and understand how to use CMake, a powerful cross-platform build system generator.
Prerequisites
Before you begin, ensure you have the following installed on your system:
- CMake: Version 3.10 or higher (preferably the latest).
- GCC/Clang (or another compiler compatible with your platform).
- Python, if you want to explore Python integration with CMake.
To clone this repository, run the following command:
git clone https://github.com/alexisvassquez/learn-cmake
cd learn-cmake