1
0
mirror of synced 2024-06-07 21:27:56 +02:00
modern-cmake/chapters/basics/example.md
Henry Fredrick Schreiner 1a3e22c1e1 Adding simple example
2019-02-22 17:54:10 +01:00

9 lines
397 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.
2[import:'main', lang:'cmake'](../../examples/simple-project/CMakeLists.txt)
The complete example is available in examples folder in the Modern CMake git repository.