comparison ViewerPlugin/CMakeLists.txt @ 270:0040ce361d4c iiif

serving openseadragon
author Sebastien Jodogne <s.jodogne@gmail.com>
date Mon, 10 Jul 2023 17:16:32 +0200
parents b9eab260a372
children 0ad6bb263752
comparison
equal deleted inserted replaced
269:30fb01ce97a3 270:0040ce361d4c
168 ) 168 )
169 endif() 169 endif()
170 170
171 EmbedResources( 171 EmbedResources(
172 ${OPENLAYERS_RESOURCES} 172 ${OPENLAYERS_RESOURCES}
173 ORTHANC_EXPLORER ${CMAKE_SOURCE_DIR}/OrthancExplorer.js 173 ORTHANC_EXPLORER ${CMAKE_SOURCE_DIR}/OrthancExplorer.js
174 VIEWER_HTML ${CMAKE_SOURCE_DIR}/viewer.html 174 VIEWER_HTML ${CMAKE_SOURCE_DIR}/viewer.html
175 VIEWER_JS ${CMAKE_SOURCE_DIR}/viewer.js 175 VIEWER_JS ${CMAKE_SOURCE_DIR}/viewer.js
176 MIRADOR_HTML ${CMAKE_SOURCE_DIR}/mirador.html 176 MIRADOR_HTML ${CMAKE_SOURCE_DIR}/mirador.html
177 OPEN_SEADRAGON_HTML ${CMAKE_SOURCE_DIR}/openseadragon.html
177 ) 178 )
178 179
179 180
180 ##################################################################### 181 #####################################################################
181 ## Create the list of the source files that depend upon the 182 ## Create the list of the source files that depend upon the