mirror of
1
0
Fork 0

Fixing error with simple project include

This commit is contained in:
Henry Fredrick Schreiner 2019-02-22 23:49:03 +01:00
parent 1a3e22c1e1
commit 4f6e9e77d6
2 changed files with 2 additions and 1 deletions

View File

@ -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).

View File

@ -1,3 +1,4 @@
## [main]
# Almost all CMake files should start with this