diff --git a/chapters/basics/example.md b/chapters/basics/example.md index 806a2d7..fced031 100644 --- a/chapters/basics/example.md +++ b/chapters/basics/example.md @@ -3,6 +3,6 @@ This is a simple yet complete example of a proper CMakeLists. For this program, we have one library (MyLibExample) with a header file and a source file, and one application, MyExample, with one source file. -2[import:'main', lang:'cmake'](../../examples/simple-project/CMakeLists.txt) +[import:'main', lang:'cmake'](../../examples/simple-project/CMakeLists.txt) The complete example is available in [examples folder](https://gitlab.com/CLIUtils/modern-cmake/tree/master/examples/simple-project).