Simple implementation of 3 dimensional vectors for use in other CMake projects
Find a file
2025-04-15 19:07:31 +00:00
docs Initial commit 2025-04-15 19:07:31 +00:00
kernels Initial commit 2025-04-15 19:07:31 +00:00
src Initial commit 2025-04-15 19:07:31 +00:00
tests Initial commit 2025-04-15 19:07:31 +00:00
.gitignore Initial commit 2025-04-15 19:07:31 +00:00
CMakeLists.txt Initial commit 2025-04-15 19:07:31 +00:00
LICENSE Initial commit 2025-04-15 19:07:31 +00:00
main.cpp Initial commit 2025-04-15 19:07:31 +00:00
README.md Initial commit 2025-04-15 19:07:31 +00: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 following components:

  • Directory Structure
  • Make Build (CMake)
  • CUDA integration
  • Unit Test Framework (Google Test)
  • API Documentation (Doxygen)