Initial commit

This commit is contained in:
Alex Selimov 2025-04-15 19:07:31 +00:00
commit 311a93cdd6
15 changed files with 2702 additions and 0 deletions

12
README.md Normal file
View file

@ -0,0 +1,12 @@
# 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
following components:
- Directory Structure
- Make Build (CMake)
- CUDA integration
- Unit Test Framework (Google Test)
- API Documentation (Doxygen)