v0.1.0
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