comparison Samples/WebAssembly/RtViewer/CMakeLists.txt @ 1404:3e644f6fadd4

Three-viewport is now OK in SDL and Wasm
author Benjamin Golinvaux <bgo@osimis.io>
date Wed, 29 Apr 2020 22:06:24 +0200
parents 27e0a00bd3e8
children 70b0b1dc1de4
comparison
equal deleted inserted replaced
1395:62dc0d737e7b 1404:3e644f6fadd4
63 63
64 # Define the WASM module 64 # Define the WASM module
65 # --------------------------------------------------------------- 65 # ---------------------------------------------------------------
66 add_executable(RtViewerWasm 66 add_executable(RtViewerWasm
67 RtViewerWasm.cpp 67 RtViewerWasm.cpp
68 ../../Common/RtViewer.cpp 68 ../../Common/RtViewerApp.cpp
69 ../../Common/RtViewer.h 69 ../../Common/RtViewerApp.h
70 70 ../../Common/RtViewerView.cpp
71 ../../Common/RtViewerView.h
71 ${ORTHANC_STONE_SOURCES} 72 ${ORTHANC_STONE_SOURCES}
72 ) 73 )
73 74
74 # Declare installation files for the module 75 # Declare installation files for the module
75 # --------------------------------------------------------------- 76 # ---------------------------------------------------------------