623 B
623 B
Third-Party Dependencies
All vendored dependencies in this repo live under third_party/.
Dependencies:
CLI11(git submodule): command-line parsing, targetCLI11::CLI11proxy(git submodule): proxy/rtti headers, targetmsft_proxy4::proxytomlplusplus(vendored source drop): TOML parsing, targettomlplusplus::tomlplusplusmcap(vendored source drop): MCAP headers, targetmcap::mcap
Bootstrap:
git submodule sync --recursivegit submodule update --init --recursive
Rule:
- New vendored dependencies must live under
third_party/and be exposed throughthird_party/CMakeLists.txt.