Skip to content

Commit

Permalink
GPU Display: Split GPUDisplay.cxx in multiple files
Browse files Browse the repository at this point in the history
  • Loading branch information
davidrohr committed Sep 13, 2024
1 parent 16df06f commit 1c28764
Show file tree
Hide file tree
Showing 15 changed files with 1,801 additions and 1,670 deletions.
4 changes: 4 additions & 0 deletions GPU/GPUTracking/display/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,10 @@ set(SRCS ../utils/qsem.cxx
backend/GPUDisplayBackendOpenGL.cxx)

set(SRCS_NO_H helpers/GPUDisplayLoader.cxx
render/GPUDisplayDraw.cxx
render/GPUDisplayImportEvent.cxx
helpers/GPUDisplayHelpers.cxx
helpers/GPUDisplayAnimation.cxx
helpers/GPUDisplayBackendOpenGLMagneticField.cxx
helpers/GPUDisplayQuaternion.cxx
helpers/GPUDisplayInterpolation.cxx
Expand Down
Loading

0 comments on commit 1c28764

Please sign in to comment.