This project uses submodules to clone the repo correctly you should:
git clone --recursive [Url to repo]
If you have already cloned the project, you should update the submodules:
git submodule update --init --recursive
The project also uses gtest to write unit tests. If you want build this project you should:
mkdir build
cd build
cmake ..
make
In addition, we have configured "CI", which checks whether the project was built correctly and whether the tests passed.
See the contributing guide for detailed instructions on how to get started with this project.
The project is made available under the MIT license. See the license file for more information.