Set up submodule:
git submodule update --init --remote --force
Set up CMake:
mkdir build && cd build && cmake -DCMAKE_BUILD_TYPE=release ..
cmake --build build
build/main
cd build && ctest
Optionally, set up Python virtual environment not to use the system Python.
cd tests && pip install -r requirements.txt && pytest test.py
Project template courtesy of cpp-project.