This repository contains a skeleton for using the Lwan API.
These commands will pull lwan, compile it and build the stub project.
git submodule update
cd lwan
mkdir build
cd build
cmake .. -DCMAKE_BUILD_TYPE=Release
make # Build lwan
cd ../..
make # Build our project