cmake-examples/02-sub-projects
Thom Troy b81da6f68b Update to minimum CMake 3.5
And modernise some examples.
2018-03-18 17:23:57 +00:00
..
A-basic Update to minimum CMake 3.5 2018-03-18 17:23:57 +00:00
README.adoc update links #4 2015-12-01 11:33:12 +00:00

= Sub-Project Examples

Many large projects are made up of different libraries and binaries. These
can be organised into multiple folders and sub-projects to ease development.

The examples included are

  - link:A-basic[basic] - This basic example includes a static library, a header only library
  and an executable