Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 655 Bytes

README.md

File metadata and controls

19 lines (14 loc) · 655 Bytes

webcfg

webcfg is the client implementation of webconfig.

Build Status codecov.io Apache V2 License GitHub release

Building and Testing Instructions

mkdir build
cd build
cmake ..
make
make test