comparison CMakeLists.txt @ 36:13698d34e059

preparing to include O3DV
author Sebastien Jodogne <s.jodogne@gmail.com>
date Fri, 05 Apr 2024 07:42:06 +0200
parents ee3bc8f7df5b
children 2cc9950018ab
comparison
equal deleted inserted replaced
35:ee3bc8f7df5b 36:13698d34e059
167 ##################################################################### 167 #####################################################################
168 ## Create the autogenerated files 168 ## Create the autogenerated files
169 ##################################################################### 169 #####################################################################
170 170
171 EmbedResources( 171 EmbedResources(
172 VIEWER_HTML ${CMAKE_SOURCE_DIR}/Sources/viewer.html 172 THREE_HTML ${CMAKE_SOURCE_DIR}/WebApplications/three.html
173 VIEWER_JS ${CMAKE_SOURCE_DIR}/Sources/viewer.js 173 THREE_JS ${CMAKE_SOURCE_DIR}/WebApplications/three.js
174 O3DV_HTML ${CMAKE_SOURCE_DIR}/WebApplications/o3dv.html
175 O3DV_JS ${CMAKE_SOURCE_DIR}/WebApplications/o3dv.js
174 ORTHANC_EXPLORER ${CMAKE_SOURCE_DIR}/Sources/OrthancExplorer.js 176 ORTHANC_EXPLORER ${CMAKE_SOURCE_DIR}/Sources/OrthancExplorer.js
175 ) 177 )
176 178
177 add_custom_command( 179 add_custom_command(
178 OUTPUT 180 OUTPUT