comparison Resources/CMake/OrthancStoneConfiguration.cmake @ 594:9807ed3d3e03

OpenGLCompositor
author Sebastien Jodogne <s.jodogne@gmail.com>
date Fri, 26 Apr 2019 14:45:47 +0200
parents 6bf8f881fcb5
children 6e471e6cf09b
comparison
equal deleted inserted replaced
593:6bf8f881fcb5 594:9807ed3d3e03
387 list(APPEND ORTHANC_STONE_SOURCES 387 list(APPEND ORTHANC_STONE_SOURCES
388 ${ORTHANC_STONE_ROOT}/Framework/Fonts/OpenGLTextCoordinates.cpp 388 ${ORTHANC_STONE_ROOT}/Framework/Fonts/OpenGLTextCoordinates.cpp
389 ${ORTHANC_STONE_ROOT}/Framework/OpenGL/OpenGLProgram.cpp 389 ${ORTHANC_STONE_ROOT}/Framework/OpenGL/OpenGLProgram.cpp
390 ${ORTHANC_STONE_ROOT}/Framework/OpenGL/OpenGLShader.cpp 390 ${ORTHANC_STONE_ROOT}/Framework/OpenGL/OpenGLShader.cpp
391 ${ORTHANC_STONE_ROOT}/Framework/OpenGL/OpenGLTexture.cpp 391 ${ORTHANC_STONE_ROOT}/Framework/OpenGL/OpenGLTexture.cpp
392 ${ORTHANC_STONE_ROOT}/Framework/Scene2D/OpenGLCompositor.cpp
393 ${ORTHANC_STONE_ROOT}/Framework/Scene2D/Internals/OpenGLAdvancedPolylineRenderer.cpp
392 ${ORTHANC_STONE_ROOT}/Framework/Scene2D/Internals/OpenGLBasicPolylineRenderer.cpp 394 ${ORTHANC_STONE_ROOT}/Framework/Scene2D/Internals/OpenGLBasicPolylineRenderer.cpp
393 ${ORTHANC_STONE_ROOT}/Framework/Scene2D/Internals/OpenGLColorTextureProgram.cpp 395 ${ORTHANC_STONE_ROOT}/Framework/Scene2D/Internals/OpenGLColorTextureProgram.cpp
396 ${ORTHANC_STONE_ROOT}/Framework/Scene2D/Internals/OpenGLColorTextureRenderer.cpp
394 ${ORTHANC_STONE_ROOT}/Framework/Scene2D/Internals/OpenGLFloatTextureProgram.cpp 397 ${ORTHANC_STONE_ROOT}/Framework/Scene2D/Internals/OpenGLFloatTextureProgram.cpp
398 ${ORTHANC_STONE_ROOT}/Framework/Scene2D/Internals/OpenGLFloatTextureRenderer.cpp
399 ${ORTHANC_STONE_ROOT}/Framework/Scene2D/Internals/OpenGLInfoPanelRenderer.cpp
395 ${ORTHANC_STONE_ROOT}/Framework/Scene2D/Internals/OpenGLLinesProgram.cpp 400 ${ORTHANC_STONE_ROOT}/Framework/Scene2D/Internals/OpenGLLinesProgram.cpp
396 ${ORTHANC_STONE_ROOT}/Framework/Scene2D/Internals/OpenGLTextProgram.cpp 401 ${ORTHANC_STONE_ROOT}/Framework/Scene2D/Internals/OpenGLTextProgram.cpp
402 ${ORTHANC_STONE_ROOT}/Framework/Scene2D/Internals/OpenGLTextRenderer.cpp
397 ${ORTHANC_STONE_ROOT}/Framework/Scene2D/Internals/OpenGLTextureProgram.cpp 403 ${ORTHANC_STONE_ROOT}/Framework/Scene2D/Internals/OpenGLTextureProgram.cpp
398 ) 404 )
399 endif() 405 endif()
400 406
401 407