changeset 1422:9e7015edd107

fix projects
author Alain Mazy <alain@mazy.be>
date Wed, 13 May 2020 14:58:58 +0200
parents f348ccc78b63
children 6c3f260c4de7
files Samples/Sdl/CMakeLists.txt Samples/WebAssembly/CMakeLists.txt
diffstat 2 files changed, 8 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- 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
   )
 
--- 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)