Skip to content

Resolve "Create CMake Template"

Ghost User requested to merge 1-create-cmake-template into develop

Create a cmake template for the broccoli project. The following features were added with this initial merge request:

  • Added general structure for header-only library
  • Added example applications structure and template project
  • Added unit test framework (googletest)
  • Added coverage analysis using llvm-cov
  • Added Contribution guide
  • Added README for general project and tests
  • Added doxygen integration
  • Added clang-format style file (WebKit)
  • Added gitlab-ci runner integration
  • Added GPL license

Closes #1 (closed)

Edited by Ghost User

Merge request reports