add links to files from intro readme. #3

This commit is contained in:
ttroy50
2016-02-14 16:17:33 +00:00
parent b872b7c062
commit 1ce1c114ef
3 changed files with 11 additions and 11 deletions

View File

@@ -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