diff OrthancStone/Resources/CMake/OrthancStoneConfiguration.cmake @ 2066:cf3d85eb291c deep-learning

added class OpenGLTextureVolume
author Sebastien Jodogne <s.jodogne@gmail.com>
date Thu, 04 May 2023 17:18:14 +0200
parents 6ea5f40ea0e9
children 22a83fb9dd23
line wrap: on
line diff
--- a/OrthancStone/Resources/CMake/OrthancStoneConfiguration.cmake	Thu May 04 16:59:28 2023 +0200
+++ b/OrthancStone/Resources/CMake/OrthancStoneConfiguration.cmake	Thu May 04 17:18:14 2023 +0200
@@ -503,6 +503,8 @@
     ${ORTHANC_STONE_ROOT}/OpenGL/OpenGLTexture.cpp
     ${ORTHANC_STONE_ROOT}/OpenGL/OpenGLTextureArray.h
     ${ORTHANC_STONE_ROOT}/OpenGL/OpenGLTextureArray.cpp
+    ${ORTHANC_STONE_ROOT}/OpenGL/OpenGLTextureVolume.h
+    ${ORTHANC_STONE_ROOT}/OpenGL/OpenGLTextureVolume.cpp
     ${ORTHANC_STONE_ROOT}/OpenGL/OpenGLFramebuffer.h
     ${ORTHANC_STONE_ROOT}/OpenGL/OpenGLFramebuffer.cpp
     ${ORTHANC_STONE_ROOT}/OpenGL/ImageProcessingProgram.h