comparison Resources/CMake/OrthancStoneConfiguration.cmake @ 592:bbe29efd3d1c

OpenGLLinesProgram
author Sebastien Jodogne <s.jodogne@gmail.com>
date Fri, 26 Apr 2019 12:55:43 +0200
parents b66ced2c43d4
children 6bf8f881fcb5
comparison
equal deleted inserted replaced
591:b66ced2c43d4 592:bbe29efd3d1c
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/Internals/OpenGLColorTextureProgram.cpp
392 ${ORTHANC_STONE_ROOT}/Framework/Scene2D/Internals/OpenGLFloatTextureProgram.cpp 393 ${ORTHANC_STONE_ROOT}/Framework/Scene2D/Internals/OpenGLFloatTextureProgram.cpp
393 ${ORTHANC_STONE_ROOT}/Framework/Scene2D/Internals/OpenGLColorTextureProgram.cpp 394 ${ORTHANC_STONE_ROOT}/Framework/Scene2D/Internals/OpenGLLinesProgram.cpp
395 ${ORTHANC_STONE_ROOT}/Framework/Scene2D/Internals/OpenGLTextProgram.cpp
394 ${ORTHANC_STONE_ROOT}/Framework/Scene2D/Internals/OpenGLTextureProgram.cpp 396 ${ORTHANC_STONE_ROOT}/Framework/Scene2D/Internals/OpenGLTextureProgram.cpp
395 ) 397 )
396 endif() 398 endif()
397 399
398 400