Skip to content

A CMake template for modern C++ projects with Conan as dependency manager

License

Notifications You must be signed in to change notification settings

vtta/cpp-bootstrap

Repository files navigation

cpp-bootstrap

WTFPL Build Status

A CMake template for modern C++ projects with Conan as dependency manager

Feature

  • Universal building with cmake and conan
  • Full integration with checker and linter
    • Clang-tidy
    • Clang-format
    • cppcheck

Getting started

What you need

Building the project

Add Bincrafters repository as a Conan Remote for loads of C++ packages

conan remote add bincrafters https://api.bintray.com/conan/bincrafters/public-conan
mkdir build
cd build
cmake ..

That's it! Simple and neat right?!

About

A CMake template for modern C++ projects with Conan as dependency manager

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published