1
0
Fork 0

Updated README

Signed-off-by: Nigel <nigelbarink@hotmail.com>
main
Nigel Barink 2023-10-29 11:59:11 +01:00
parent 348c4c8a91
commit 7ea0f8d749
Signed by: Nigel
GPG Key ID: C54278C495538619
3 changed files with 21 additions and 4 deletions

6
.idea/vcs.xml Normal file
View File

@ -0,0 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="VcsDirectoryMappings">
<mapping directory="$PROJECT_DIR$" vcs="Git" />
</component>
</project>

15
README.md Normal file
View File

@ -0,0 +1,15 @@
# 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](https://cmake.org/cmake/help/latest/guide/tutorial/A%20Basic%20Starting%20Point.html)
### 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.

View File

@ -1,4 +0,0 @@
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.