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

@@ -19,7 +19,7 @@ analysis on all sub-projects.
The files included in this example are:
```
cppcheck$ tree
$ tree
.
├── cmake
│   ├── analysis.cmake
@@ -34,13 +34,13 @@ cppcheck$ tree
└── main2.cpp
```
* CMakeLists.txt - Top level CMakeLists.txt
* cmake/analysis.cmake - Includes functions to add analysis targets
* cmake/modules/FindCppCheck.cmake - A custom package module to find CppCheck
* subproject1/CMakeLists.txt - CMake commands for subproject 1
* subproject1/main.cpp - source for a subproject with no errors
* subproject2/CMakeLists.txt - CMake commands for subproject 2
* subproject2/main2.cpp - source for a subproject that includes errors
* link:CMakeLists.txt[] - Top level CMakeLists.txt
* link:cmake/analysis.cmake[] - Includes functions to add analysis targets
* link:cmake/modules/FindCppCheck.cmake[] - A custom package module to find CppCheck
* link:subproject1/CMakeLists.txt[] - CMake commands for subproject 1
* link:subproject1/main.cpp[] - source for a subproject with no errors
* link:subproject2/CMakeLists.txt[] - CMake commands for subproject 2
* link:subproject2/main2.cpp[] - source for a subproject that includes errors
# Requirements