Updated README
Signed-off-by: Nigel <nigelbarink@hotmail.com>
This commit is contained in:
parent
348c4c8a91
commit
7ea0f8d749
6
.idea/vcs.xml
generated
Normal file
6
.idea/vcs.xml
generated
Normal 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
15
README.md
Normal 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.
|
@ -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.
|
Loading…
x
Reference in New Issue
Block a user