Skip to content

Latest commit

 

History

History
52 lines (38 loc) · 1.51 KB

File metadata and controls

52 lines (38 loc) · 1.51 KB

External Dependencies

The external folder is used to store third party external dependencies. These dependencies are fetch as a git submodule. No components should be committed into this folder.

    📂external
    ┣ 📂cxxopts
    ┣ 📂fmt
    ┣ 📂googletest
    ┣ 📂json
    ┣ 📂json-schema-validator
    ┗ 📂yaml-cpp

cxxopts

The cxxopts directory contains sources of C++ option parser library fetched from here.

fmt

The fmt directory contains sources of formatter library fetched from here.

googletest

The googletest directory contains sources of unit test framework used to develop tests and is fetched from here.

json

The json directory contains sources of JSON parser library fetched from here.

json-schema-validator

The son-schema-validator directory contains sources of json-schema-validator library fetched from here.

yaml-cpp

The yaml-cpp directory contains sources of YAML parser library fetched from here.