comparison Resources/CMake/OrthancStoneConfiguration.cmake @ 579:fadacfbf5538

OpenGL programs and textures
author Sebastien Jodogne <s.jodogne@gmail.com>
date Fri, 19 Apr 2019 16:06:45 +0200
parents 21fd70df3fc9
children e36e69a380a5
comparison
equal deleted inserted replaced
578:21fd70df3fc9 579:fadacfbf5538
375 375
376 376
377 if (ENABLE_OPENGL) 377 if (ENABLE_OPENGL)
378 list(APPEND ORTHANC_STONE_SOURCES 378 list(APPEND ORTHANC_STONE_SOURCES
379 ${ORTHANC_STONE_ROOT}/Framework/Fonts/OpenGLTextCoordinates.cpp 379 ${ORTHANC_STONE_ROOT}/Framework/Fonts/OpenGLTextCoordinates.cpp
380 ${ORTHANC_STONE_ROOT}/Framework/OpenGL/OpenGLProgram.cpp
380 ${ORTHANC_STONE_ROOT}/Framework/OpenGL/OpenGLShader.cpp 381 ${ORTHANC_STONE_ROOT}/Framework/OpenGL/OpenGLShader.cpp
382 ${ORTHANC_STONE_ROOT}/Framework/OpenGL/OpenGLTexture.cpp
381 ) 383 )
382 endif() 384 endif()
383 385
384 386
385 include_directories(${ORTHANC_STONE_ROOT}) 387 include_directories(${ORTHANC_STONE_ROOT})