comparison Applications/StoneWebViewer/Plugin/CMakeLists.txt @ 1555:b894072b9e2f

static JavaScript resources
author Sebastien Jodogne <s.jodogne@gmail.com>
date Mon, 17 Aug 2020 18:58:23 +0200
parents 65eccce95882
children 8c5f9864545f
comparison
equal deleted inserted replaced
1554:6d14ed6163b1 1555:b894072b9e2f
69 69
70 EmbedResources( 70 EmbedResources(
71 # Folders 71 # Folders
72 IMAGES ${ORTHANC_STONE_BINARIES}/img/ 72 IMAGES ${ORTHANC_STONE_BINARIES}/img/
73 WEB_APPLICATION ${CMAKE_SOURCE_DIR}/../WebApplication 73 WEB_APPLICATION ${CMAKE_SOURCE_DIR}/../WebApplication
74 LIBRARIES_CSS ${ORTHANC_STONE_BINARIES}/css/
75 LIBRARIES_JS ${ORTHANC_STONE_BINARIES}/js/
76 LIBRARIES_WEBFONTS ${ORTHANC_STONE_BINARIES}/webfonts/
74 77
75 # Individual files 78 # Individual files
76 ORTHANC_EXPLORER ${CMAKE_SOURCE_DIR}/OrthancExplorer.js 79 ORTHANC_EXPLORER ${CMAKE_SOURCE_DIR}/OrthancExplorer.js
77 STONE_WEB_VIEWER_JS ${ORTHANC_STONE_BINARIES}/StoneWebViewer.js 80 STONE_WEB_VIEWER_JS ${ORTHANC_STONE_BINARIES}/StoneWebViewer.js
78 STONE_WEB_VIEWER_WASM ${ORTHANC_STONE_BINARIES}/StoneWebViewer.wasm 81 STONE_WEB_VIEWER_WASM ${ORTHANC_STONE_BINARIES}/StoneWebViewer.wasm