Code: C++: Exercises

Todo

Use this file to further describe what’s there

ADD_SUBDIRECTORY(group1)
ADD_SUBDIRECTORY(group2)
.
├── CMakeLists.txt
├── group1
│   ├── CMakeLists.txt
│   ├── thing.cc
│   └── thing.h
├── group2
│   ├── CMakeLists.txt
│   ├── thing.cc
│   └── thing.h
├── index.rst
└── test.cc

2 directories, 9 files