mirror of
https://github.com/ttroy50/cmake-examples.git
synced 2025-12-16 19:47:04 +03: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