comparison Resources/CMake/OrthancStoneConfiguration.cmake @ 591:b66ced2c43d4

OpenGLTextureProgram
author Sebastien Jodogne <s.jodogne@gmail.com>
date Fri, 26 Apr 2019 12:05:38 +0200
parents 5430bcffba57
children bbe29efd3d1c
comparison
equal deleted inserted replaced
590:5430bcffba57 591:b66ced2c43d4
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/OpenGL/TextOpenGLProgram.cpp 392 ${ORTHANC_STONE_ROOT}/Framework/Scene2D/Internals/OpenGLFloatTextureProgram.cpp
393 ${ORTHANC_STONE_ROOT}/Framework/Scene2D/Internals/ColorTextureOpenGLProgram.cpp 393 ${ORTHANC_STONE_ROOT}/Framework/Scene2D/Internals/OpenGLColorTextureProgram.cpp
394 ${ORTHANC_STONE_ROOT}/Framework/Scene2D/Internals/OpenGLTextureProgram.cpp
394 ) 395 )
395 endif() 396 endif()
396 397
397 398
398 include_directories(${ORTHANC_STONE_ROOT}) 399 include_directories(${ORTHANC_STONE_ROOT})