mirror of
1
0
Fork 0

Removed erroneous '2'

This commit is contained in:
Jeffrey LeCompte 2019-03-04 18:24:21 +00:00 committed by Henry Schreiner
parent df0b588562
commit 0666687b71
1 changed files with 1 additions and 1 deletions

View File

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