Skip to content

saaras-io/envoy-cmake

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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