comparison Resources/CMake/OrthancStoneConfiguration.cmake @ 1232:a28861abf888 broker

viewports for WebAssembly
author Sebastien Jodogne <s.jodogne@gmail.com>
date Mon, 09 Dec 2019 17:46:33 +0100
parents c471a0aa137b
children 2a8359503f3b
comparison
equal deleted inserted replaced
1229:b9f2a111c5b9 1232:a28861abf888
443 443
444 444
445 if (ENABLE_WASM) 445 if (ENABLE_WASM)
446 list(APPEND ORTHANC_STONE_SOURCES 446 list(APPEND ORTHANC_STONE_SOURCES
447 ${ORTHANC_STONE_ROOT}/Framework/Oracle/WebAssemblyOracle.cpp 447 ${ORTHANC_STONE_ROOT}/Framework/Oracle/WebAssemblyOracle.cpp
448 ${ORTHANC_STONE_ROOT}/Framework/Viewport/WebAssemblyCairoViewport.cpp
449 ${ORTHANC_STONE_ROOT}/Framework/Viewport/WebAssemblyViewport.cpp
450 ${ORTHANC_STONE_ROOT}/Framework/Viewport/WebAssemblyViewport.h
448 ) 451 )
449 endif() 452 endif()
450 453
451 454
452 list(APPEND ORTHANC_STONE_SOURCES 455 list(APPEND ORTHANC_STONE_SOURCES
692 ${ORTHANC_STONE_ROOT}/Framework/Scene2D/Internals/OpenGLTextureProgram.cpp 695 ${ORTHANC_STONE_ROOT}/Framework/Scene2D/Internals/OpenGLTextureProgram.cpp
693 ) 696 )
694 697
695 if (ENABLE_WASM) 698 if (ENABLE_WASM)
696 list(APPEND ORTHANC_STONE_SOURCES 699 list(APPEND ORTHANC_STONE_SOURCES
700 ${ORTHANC_STONE_ROOT}/Framework/OpenGL/WebAssemblyOpenGLContext.cpp
697 ${ORTHANC_STONE_ROOT}/Framework/OpenGL/WebAssemblyOpenGLContext.h 701 ${ORTHANC_STONE_ROOT}/Framework/OpenGL/WebAssemblyOpenGLContext.h
698 ${ORTHANC_STONE_ROOT}/Framework/OpenGL/WebAssemblyOpenGLContext.cpp 702 ${ORTHANC_STONE_ROOT}/Framework/Viewport/WebGLViewport.cpp
699 ${ORTHANC_STONE_ROOT}/Framework/Viewport/WebAssemblyViewport.h 703 ${ORTHANC_STONE_ROOT}/Framework/Viewport/WebGLViewportsRegistry.cpp
700 ${ORTHANC_STONE_ROOT}/Framework/Viewport/WebAssemblyViewport.cpp
701 ) 704 )
702 endif() 705 endif()
703 endif() 706 endif()
704 707
705 708