1
0
mirror of synced 2024-06-01 10:18:15 +02:00
modern-cmake/chapters/basics/example.md
2019-08-07 05:06:55 +00:00

571 B

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'

The complete example is available in examples folder.

A larger, multi-file example is also available.