Skip to content

Commit

Permalink
add links to files from intro readme. ttroy50#3
Browse files Browse the repository at this point in the history
  • Loading branch information
ttroy50 committed Feb 14, 2016
1 parent b872b7c commit 1ce1c11
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 11 deletions.
6 changes: 3 additions & 3 deletions 01-basic/A-hello-cmake/README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -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]
----
Expand Down
8 changes: 4 additions & 4 deletions 01-basic/B-hello-headers/README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,10 @@ B-hello-headers$ tree
└── main.cpp
```

* CMakeLists.txt - Contains the CMake commands you wish to run.
* inc/Hello.h - The header file to include.
* src/Hello.cpp - A source file to compile.
* src/main.cpp - The source file with main.
* link:CMakeLists.txt[CMakeLists.txt] - Contains the CMake commands you wish to run.
* link:inc/Hello.h[inc/Hello.h] - The header file to include.
* link:src/Hello.cpp[src/Hello.cpp] - A source file to compile.
* link:src/main.cpp[src/main.cpp] - The source file with main.


# Concepts
Expand Down
8 changes: 4 additions & 4 deletions 01-basic/C-static-library/README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,10 @@ $ tree
└── main.cpp
```

* CMakeLists.txt - Contains the CMake commands you wish to run
* inc/Hello.h - The header file to include
* src/Hello.cpp - A source file to compile
* src/main.cpp - The source file with main
* link:CMakeLists.txt[] - Contains the CMake commands you wish to run
* link:inc/Hello.h[] - The header file to include
* link:src/Hello.cpp[] - A source file to compile
* link:src/main.cpp[] - The source file with main


# Concepts
Expand Down

0 comments on commit 1ce1c11

Please sign in to comment.