diff --git a/chapters/basics/example.md b/chapters/basics/example.md index fa87b9c..806a2d7 100644 --- a/chapters/basics/example.md +++ b/chapters/basics/example.md @@ -5,4 +5,4 @@ and one application, MyExample, with one source file. 2[import:'main', lang:'cmake'](../../examples/simple-project/CMakeLists.txt) -The complete example is available in examples folder in the Modern CMake git repository. +The complete example is available in [examples folder](https://gitlab.com/CLIUtils/modern-cmake/tree/master/examples/simple-project). diff --git a/examples/simple-project/CMakeLists.txt b/examples/simple-project/CMakeLists.txt index a6881b6..8cf9711 100644 --- a/examples/simple-project/CMakeLists.txt +++ b/examples/simple-project/CMakeLists.txt @@ -1,3 +1,4 @@ + ## [main] # Almost all CMake files should start with this