#Compilation Instruction#
I used conan for dependency management but the CMakeLists.txt also uses the FindPackage
Call to search for the Dependencies.
conan install .
cmake --preset=conan-release
the preset could also be namedconan-default
orconan-debug
cmake --build --preset=conan-release
- Test could be executed with
ctest --preset=conan-release