Docs: Add info about header-only option behavior

Signed-off-by: Uilian Ries <uilianries@gmail.com>
This commit is contained in:
Uilian Ries
2020-08-05 15:38:47 -03:00
parent 434dd2e9e9
commit bf92b98165

View File

@@ -9,7 +9,9 @@
- Architectures: x86_64
- Build types: Release, Debug
- Runtimes: MT/MD (Release), MTd/MDd (Debug)
- Shared/Static (option `"shared": [True, False]` in the recipe when available)
- Options:
- Shared, Static (option `"shared": [True, False]` in the recipe when available)
- Header Only (option `"header_only": [True, False]` is only added with the value True)
## Linux
@@ -21,7 +23,9 @@
- Clang compiler: `libstdc++`, `libc++`
- Architectures: x86_64
- Build types: Release, Debug
- Options: Shared, Static (option `"shared": [True, False]` in the recipe when available)
- Options:
- Shared, Static (option `"shared": [True, False]` in the recipe when available)
- Header Only (option `"header_only": [True, False]` is only added with the value True)
## OSX
@@ -29,4 +33,6 @@
- C++ Standard Library (`libcxx`): `libc++`
- Architectures: x86_64
- Build types: Release, Debug
- Options: Shared, Static (option ``"shared": [True, False]`` in the recipe when available)
- Options:
- Shared, Static (option ``"shared": [True, False]`` in the recipe when available)
- Header Only (option `"header_only": [True, False]` is only added with the value True)