1
0
mirror of synced 2024-06-01 18:28:12 +02:00
modern-cmake/chapters/basics/example.md
2019-03-04 18:24:21 +00:00

9 lines
441 B
Markdown

# A simple example
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.
[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).