Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 317 Bytes

File metadata and controls

14 lines (10 loc) · 317 Bytes

Developer notes

Setup, decisions taken, and notes for other developers. If you disagree with something please raise it.

project structure

cmake/    # Cmake settings for library generation 
include/  # public header files
src/      # implementations & private headers
tests/    # test for the code