Releases: jothepro/cpp-library-template
Releases · jothepro/cpp-library-template
v1.2.1
v0.2.0
Project restructuring
- renamed
srctolib libnow has subfoldersincludeandsrc- fix error in
GetVersion.cmake - update README accordingly
- updated doxygen awesome css to v1.2.2
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