link files from intro

This commit is contained in:
ttroy50
2016-02-14 16:28:43 +00:00
parent 1ce1c114ef
commit 1208416848
13 changed files with 55 additions and 54 deletions

View File

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