mirror of
https://github.com/ttroy50/cmake-examples.git
synced 2025-12-18 20:24:35 +03:00
add links to files from intro readme. #3
This commit is contained in:
@@ -17,8 +17,8 @@ A-hello-cmake$ tree
|
||||
├── main.cpp
|
||||
```
|
||||
|
||||
* CMakeLists.txt - Contains the CMake commands you wish to run
|
||||
* main.cpp - A simple "Hello World" cpp file.
|
||||
* link:CMakeLists.txt[CMakeLists.txt] - Contains the CMake commands you wish to run
|
||||
* link:main.cpp[main.cpp] - A simple "Hello World" cpp file.
|
||||
|
||||
# Concepts
|
||||
|
||||
@@ -233,7 +233,7 @@ All examples in this tutorial will use out-of-source builds.
|
||||
|
||||
# Building the Examples
|
||||
|
||||
Below is sample output from building this example.
|
||||
Below is sample output from building this example.
|
||||
|
||||
[source,bash]
|
||||
----
|
||||
|
||||
Reference in New Issue
Block a user