DEX: Directory EXample

This repo shows a good example of C++ project directory structure, as an part of COCK

Directory Structure

.
├── cmake
├── doc
├── include
│  ├── dex
│  │  ├── mod1
│  │  └── mod2
│  └── private
│     ├── mod1
│     └── mod2
├── lib
├── src
└── test