mirror of
https://github.com/ttroy50/cmake-examples.git
synced 2025-12-18 20:24:35 +03:00
fix links
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
# CppCheck Static Analysis
|
# CppCheck Static Analysis
|
||||||
|
|
||||||
This example is for calling the (CppCheck)[http://cppcheck.sourceforge.net/] tool to do static analysis.
|
This example is for calling the [CppCheck](http://cppcheck.sourceforge.net/) tool to do static analysis.
|
||||||
|
|
||||||
It shows how to add cppcheck with a target for each sub-projects and also how to generate an overall "make analysis" target to do static analysis on all sub-projects.
|
It shows how to add cppcheck with a target for each sub-projects and also how to generate an overall "make analysis" target to do static analysis on all sub-projects.
|
||||||
|
|
||||||
@@ -248,4 +248,4 @@ You must add the following to the src/CMakeLists.txt file to correctly generate
|
|||||||
|
|
||||||
```cmake
|
```cmake
|
||||||
set(analysis_TARGETS "${analysis_TARGETS}" PARENT_SCOPE)
|
set(analysis_TARGETS "${analysis_TARGETS}" PARENT_SCOPE)
|
||||||
```
|
```
|
||||||
|
|||||||
Reference in New Issue
Block a user