Skip to content

v0.1.0

Compare
Choose a tag to compare
@jothepro jothepro released this 21 Mar 19:29
· 6 commits to main since this release

Initial release of "C++ library template"

A basic C++ library template utilizing CMake and Conan.

Features

  • 🎣 Dependency management with Conan
  • 🍭 Build configuration with CMake
  • 🧩 Automatic publishing of artifacts to Artifactory with Github Actions
  • 📑 Automatic publishing of Doxygen documentation with Github Actions
  • 🚀 Preconfigured for Unit-Testing with Catch2