Skip to content

structure overview

Graham Lopez edited this page Jan 30, 2019 · 18 revisions

Repository layout

  • contrib
  • src
  • testing

Component-based structure

  • adding to cmake
    • ordering and location
    • private/public/interface

component.hpp header files

component.cpp files

  • first include is always the component's own header

component_tests.cpp files

Structural overview

Clone this wiki locally