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
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