# HG changeset patch # User Alain Mazy # Date 1589374738 -7200 # Node ID 9e7015edd107a3f419016de4c2564bac033d309f # Parent f348ccc78b6333ac5df1b8f94db5504ed74e15fd fix projects diff -r f348ccc78b63 -r 9e7015edd107 Samples/Sdl/CMakeLists.txt --- a/Samples/Sdl/CMakeLists.txt Wed May 13 14:32:48 2020 +0200 +++ b/Samples/Sdl/CMakeLists.txt Wed May 13 14:58:58 2020 +0200 @@ -56,8 +56,10 @@ add_executable(RtViewerSdl RtViewer/RtViewerSdl.cpp SdlHelpers.h - ../Common/RtViewer.cpp - ../Common/RtViewer.h + ../Common/RtViewerApp.cpp + ../Common/RtViewerApp.h + ../Common/RtViewerView.cpp + ../Common/RtViewerView.h ../Common/SampleHelpers.h ) diff -r f348ccc78b63 -r 9e7015edd107 Samples/WebAssembly/CMakeLists.txt --- a/Samples/WebAssembly/CMakeLists.txt Wed May 13 14:32:48 2020 +0200 +++ b/Samples/WebAssembly/CMakeLists.txt Wed May 13 14:58:58 2020 +0200 @@ -74,8 +74,10 @@ add_executable(RtViewerWasm RtViewer/RtViewerWasm.cpp - ../Common/RtViewer.cpp - ../Common/RtViewer.h + ../Common/RtViewerApp.cpp + ../Common/RtViewerApp.h + ../Common/RtViewerView.cpp + ../Common/RtViewerView.h ) target_link_libraries(RtViewerWasm OrthancStone)