C++, CMake and conan repository template with library, app, tests and CI.
See python_bindings
branch for a template with python bindings.
From virtual env:
pip install conan
conan profile detect
conan install . --output-folder=build --build=missing
cd build
cmake .. -DCMAKE_TOOLCHAIN_FILE=conan_toolchain.cmake -DCMAKE_BUILD_TYPE=Release
cmake --build .