/envoy-cmake

Build envoy using cmake

Primary LanguageC++Apache License 2.0Apache-2.0

Build Status

envoy-cmake lets you build envoy using cmake.

Use the following command to start a build

cd envoy && mkdir -p build && cd build && cmake .. && make -s

Documentation blog on cmake build structure can be found on yastack.io