1
0
Fork 0
 
 
Go to file
Nigel Barink a6e575962e
Excerise 1 - Step 2
2023-10-30 13:12:33 +01:00
.idea Updated README 2023-10-30 09:18:36 +01:00
Complete Started a cmake tutorial 2023-10-29 11:50:48 +01:00
Step1 Excercise 3 - Step 1 2023-10-30 09:41:08 +01:00
Step2 Excerise 1 - Step 2 2023-10-30 13:12:33 +01:00
Step3 Started a cmake tutorial 2023-10-29 11:50:48 +01:00
Step4 Started a cmake tutorial 2023-10-29 11:50:48 +01:00
Step5 Started a cmake tutorial 2023-10-29 11:50:48 +01:00
Step6 Started a cmake tutorial 2023-10-29 11:50:48 +01:00
Step7 Started a cmake tutorial 2023-10-29 11:50:48 +01:00
Step8 Started a cmake tutorial 2023-10-29 11:50:48 +01:00
Step9 Started a cmake tutorial 2023-10-29 11:50:48 +01:00
Step10 Started a cmake tutorial 2023-10-29 11:50:48 +01:00
Step11 Started a cmake tutorial 2023-10-29 11:50:48 +01:00
Step12 Started a cmake tutorial 2023-10-29 11:50:48 +01:00
.gitignore Step 1 Excercise 1 Completed 2023-10-30 09:18:36 +01:00
README.md Updated README 2023-10-30 09:18:36 +01:00

README.md

CMake Tutorial

Reasoning

Cmake is too popular to ignore. Many crossplatform projects written in C and C++ use cmake as their buildtool of choice. As this is the case I feel I need to integrate and become more comfortable with CMake myself.

cmake.org tutorial

What is in this repository

This directory contains source code examples for the CMake Tutorial. Each step has its own subdirectory containing code that may be used as a starting point. The tutorial examples are progressive so that each step provides the complete solution for the previous step.