add TOC to docs folder

This commit is contained in:
jgsogo
2020-08-11 14:00:33 +02:00
parent 31271ca0bb
commit 69205fd8a3
8 changed files with 49 additions and 23 deletions

View File

@@ -1,3 +1,6 @@
# Supported platforms and configurations
- For a **C++** library (with ``"shared"`` option) the system is generating **130** binary packages.
- For a **pure C** library (with ``"shared"`` option but without ``compiler.libcxx``) the system generates **110** binary packages.
- A package is also generated for those recipes with the `"header_only"` option.