Skip to content

Code examples for company in-house training. Some basic topics from Modern CMake.

Notifications You must be signed in to change notification settings

the-risk-taker/training-cmake

Repository files navigation

CMake training

Code examples for company in-house training. Some basic topics from Modern CMake.

cmake-logo

Setup and usage

To setup and compile call:

cmake -S . -B build
cmake --build build

Then, go to build directory and check examples from subdirectories.

About

Code examples for company in-house training. Some basic topics from Modern CMake.

Topics

Resources

Stars

Watchers

Forks