2017-12-28 09:24:10 -07:00
|
|
|
# C++ Project Template
|
|
|
|
When setting out on a new project in C++ there are a few configuration steps
|
|
|
|
which need to be completed prior to actually getting down to writing code.
|
|
|
|
This repository is going to be a C++ project template that already has the
|
2018-01-03 16:17:29 -07:00
|
|
|
following components:
|
2017-12-28 09:24:10 -07:00
|
|
|
|
|
|
|
- Directory Structure
|
|
|
|
- Make Build (CMake)
|
2025-04-15 14:11:34 -04:00
|
|
|
- CUDA integration
|
2017-12-28 09:24:10 -07:00
|
|
|
- Unit Test Framework (Google Test)
|
|
|
|
- API Documentation (Doxygen)
|
|
|
|
|