Skip to content

florianvazelle/cpp-template

Repository files navigation

cpp-template

Building

Build and run the standalone target

Use the following command to build and run the executable target.

cmake -Bbuild
cmake --build build
./build/bin/greeterApp --help

Dependencies

  • C++11 compiler :
    • Visual Studio 2019
    • GCC 9+ or Clang 10+
  • CMake for build system creation (>= 3.8)
  • Conan for install packages (>= 1.0)
  • Doxygen for generate documentation (>= 1.8, optional)

About

My custom C++ template with CMake, Conan, Doxygen, Doctest & Github Action

Resources

Stars

Watchers

Forks