This should simplify the build greatly by adding libappanvil as a submodule.
Now when the user downloads the repo, they can do git submodule update --init --recursive and libappanvil will build with the rest of the project when cmake . && make is called
The documentation was updated to reflect this change.
This should simplify the build greatly by adding libappanvil as a submodule.
Now when the user downloads the repo, they can do
git submodule update --init --recursive
and libappanvil will build with the rest of the project whencmake . && make
is calledThe documentation was updated to reflect this change.