/cpp-bootstrap

Start point for C++ projects

Primary LanguagePython

Install build dependencies:

sudo apt install python3 python3-pip clang-tidy g++
pip install --user conan ninja cmake

Install library dependencies:

conan install . -if build -o build_tests=True

Build project:

conan build . -bf build