This project is just simple C++ project template. This example shows use of such things like:
cmake
build system,- unit tests,
- etc..
Presentations:
- (2017.09) Mathieu Ropert: Using Modern CMake Patterns to Enforce a Good Modular Design
- (2017.05) Daniel Pfeifer: Effective CMake
- (2015.05) Daniel Pfeifer: CMake Presentation
References:
- CMake Primer on llvm.org
- Effective Modern CMake by Manuel Binna
- CMake FAQ on vtk.org
- CMake Cross Compiling on vtk.org
We're using doxygen to create and build documentation.
We're using Google Test library for creating unit tests. See following dirs:
- test
- third-party/googletest