comparison Applications/Samples/CMakeLists.txt @ 732:c35e98d22764

move Deprecated classes to a separate folder
author Sebastien Jodogne <s.jodogne@gmail.com>
date Tue, 21 May 2019 14:27:35 +0200
parents 7bf91c4ebd65
children 31487d066d1d
comparison
equal deleted inserted replaced
729:529189f399ec 732:c35e98d22764
206 206
207 add_executable(OrthancStoneSimpleViewer 207 add_executable(OrthancStoneSimpleViewer
208 ${ORTHANC_STONE_ROOT}/Applications/Samples/SimpleViewer/AppStatus.h 208 ${ORTHANC_STONE_ROOT}/Applications/Samples/SimpleViewer/AppStatus.h
209 ${ORTHANC_STONE_ROOT}/Applications/Samples/SimpleViewer/MainWidgetInteractor.cpp 209 ${ORTHANC_STONE_ROOT}/Applications/Samples/SimpleViewer/MainWidgetInteractor.cpp
210 ${ORTHANC_STONE_ROOT}/Applications/Samples/SimpleViewer/MainWidgetInteractor.h 210 ${ORTHANC_STONE_ROOT}/Applications/Samples/SimpleViewer/MainWidgetInteractor.h
211 ${ORTHANC_STONE_ROOT}/Applications/Samples/SimpleViewer/Messages.h
212 ${ORTHANC_STONE_ROOT}/Applications/Samples/SimpleViewer/SimpleViewerApplication.cpp 211 ${ORTHANC_STONE_ROOT}/Applications/Samples/SimpleViewer/SimpleViewerApplication.cpp
213 ${ORTHANC_STONE_ROOT}/Applications/Samples/SimpleViewer/SimpleViewerApplication.h 212 ${ORTHANC_STONE_ROOT}/Applications/Samples/SimpleViewer/SimpleViewerApplication.h
214 ${ORTHANC_STONE_ROOT}/Applications/Samples/SimpleViewer/ThumbnailInteractor.cpp 213 ${ORTHANC_STONE_ROOT}/Applications/Samples/SimpleViewer/ThumbnailInteractor.cpp
215 ${ORTHANC_STONE_ROOT}/Applications/Samples/SimpleViewer/ThumbnailInteractor.h 214 ${ORTHANC_STONE_ROOT}/Applications/Samples/SimpleViewer/ThumbnailInteractor.h
216 ${SIMPLE_VIEWER_APPLICATION_SOURCES} 215 ${SIMPLE_VIEWER_APPLICATION_SOURCES}