comparison CMakeLists.txt @ 45:967f947014ac nexus

adding experimental support for nexus models
author Sebastien Jodogne <s.jodogne@gmail.com>
date Tue, 09 Apr 2024 22:13:01 +0200
parents c0d5dcefe26f
children 9b2a2fcc9878
comparison
equal deleted inserted replaced
44:111d952e7fa0 45:967f947014ac
172 THREE_HTML ${CMAKE_SOURCE_DIR}/WebApplications/three.html 172 THREE_HTML ${CMAKE_SOURCE_DIR}/WebApplications/three.html
173 THREE_JS ${CMAKE_SOURCE_DIR}/WebApplications/three.js 173 THREE_JS ${CMAKE_SOURCE_DIR}/WebApplications/three.js
174 O3DV_HTML ${CMAKE_SOURCE_DIR}/WebApplications/o3dv.html 174 O3DV_HTML ${CMAKE_SOURCE_DIR}/WebApplications/o3dv.html
175 O3DV_JS ${CMAKE_SOURCE_DIR}/WebApplications/o3dv.js 175 O3DV_JS ${CMAKE_SOURCE_DIR}/WebApplications/o3dv.js
176 ORTHANC_EXPLORER ${CMAKE_SOURCE_DIR}/Sources/OrthancExplorer.js 176 ORTHANC_EXPLORER ${CMAKE_SOURCE_DIR}/Sources/OrthancExplorer.js
177
178 NEXUS_HTML ${CMAKE_SOURCE_DIR}/Resources/Nexus/threejs.html
179 NEXUS_JS ${CMAKE_SOURCE_DIR}/Resources/Nexus/js/nexus.js
180 NEXUS_MECO_JS ${CMAKE_SOURCE_DIR}/Resources/Nexus/js/meco.js
181 NEXUS_THREE_JS ${CMAKE_SOURCE_DIR}/Resources/Nexus/js/nexus_three.js
182 NEXUS_TRACKBALL_JS ${CMAKE_SOURCE_DIR}/Resources/Nexus/js/TrackballControls.js
177 ) 183 )
178 184
179 add_custom_command( 185 add_custom_command(
180 OUTPUT 186 OUTPUT
181 ${AUTOGENERATED_DIR}/StaticAssets.cpp 187 ${AUTOGENERATED_DIR}/StaticAssets.cpp