comparison Samples/Sdl/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 dfb48f0794b1
children e4fe346c021e
comparison
equal deleted inserted replaced
1395:62dc0d737e7b 1404:3e644f6fadd4
43 SortFilesInSourceGroups() 43 SortFilesInSourceGroups()
44 44
45 add_executable(RtViewerSdl 45 add_executable(RtViewerSdl
46 RtViewerSdl.cpp 46 RtViewerSdl.cpp
47 ../SdlHelpers.h 47 ../SdlHelpers.h
48 ../../Common/RtViewer.cpp 48 ../../Common/RtViewerApp.cpp
49 ../../Common/RtViewer.h 49 ../../Common/RtViewerApp.h
50 ../../Common/RtViewerView.cpp
51 ../../Common/RtViewerView.h
50 ../../Common/SampleHelpers.h 52 ../../Common/SampleHelpers.h
51 ${ORTHANC_STONE_SOURCES} 53 ${ORTHANC_STONE_SOURCES}
52 ) 54 )
53 55
54 target_link_libraries(RtViewerSdl ${DCMTK_LIBRARIES}) 56 target_link_libraries(RtViewerSdl ${DCMTK_LIBRARIES})