comparison Samples/WebAssembly/SingleFrameViewer/CMakeLists.txt @ 1393:27e0a00bd3e8

RtViewer SingleFrameViewer OK : wasm SDL single viewport other viewports ongoing
author Benjamin Golinvaux <bgo@osimis.io>
date Wed, 29 Apr 2020 15:54:18 +0200
parents 240531afdd2d
children 70b0b1dc1de4
comparison
equal deleted inserted replaced
1392:ffdb82850e98 1393:27e0a00bd3e8
59 TARGETS SingleFrameViewerWasm 59 TARGETS SingleFrameViewerWasm
60 RUNTIME DESTINATION ${CMAKE_INSTALL_PREFIX} 60 RUNTIME DESTINATION ${CMAKE_INSTALL_PREFIX}
61 ) 61 )
62 62
63 # Declare installation files for the companion files (web scaffolding) 63 # Declare installation files for the companion files (web scaffolding)
64 # please note that ${CMAKE_CURRENT_BINARY_DIR}/SingleFrameViewerWasm.js 64 # please note that ${CMAKE_CURRENT_BINARY_DIR}/RtViewerWasm.js
65 # (the generated JS loader for the WASM module) is handled by the `install1` 65 # (the generated JS loader for the WASM module) is handled by the `install1`
66 # section above 66 # section above: it is considered to be the binary output of
67 # the linker.
67 # --------------------------------------------------------------- 68 # ---------------------------------------------------------------
68 install( 69 install(
69 FILES 70 FILES
70 ${CMAKE_SOURCE_DIR}/SingleFrameViewerApp.js 71 ${CMAKE_SOURCE_DIR}/SingleFrameViewerApp.js
71 ${CMAKE_SOURCE_DIR}/index.html 72 ${CMAKE_SOURCE_DIR}/index.html