diff Samples/Sdl/CMakeLists.txt @ 1422:9e7015edd107

fix projects
author Alain Mazy <alain@mazy.be>
date Wed, 13 May 2020 14:58:58 +0200
parents f5493e5a51a3
children 6c3f260c4de7
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
   )