From 4f6e9e77d6f93f8314145955d3d53c5cd8948682 Mon Sep 17 00:00:00 2001 From: Henry Fredrick Schreiner Date: Fri, 22 Feb 2019 23:49:03 +0100 Subject: [PATCH] Fixing error with simple project include --- chapters/basics/example.md | 2 +- examples/simple-project/CMakeLists.txt | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) 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