doxyrest_b
is a helper bundle repository for the Doxyrest project. It contains both Doxyrest and AXL as git submodules and provides a straightforward build sequence:
# clone bundle repo
git clone https://github.com/vovkos/doxyrest_b
cd doxyrest_b
git submodule update --init
# build
mkdir build
cd build
cmake ..
cmake --build .
doxyrest_b
is automatically updated each time a new commit to the master
branch of Doxyrest successfully passes build and test stages on GitHub Actions.