comparison 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
comparison
equal deleted inserted replaced
1421:f348ccc78b63 1422:9e7015edd107
54 project(RtViewerSdl) 54 project(RtViewerSdl)
55 55
56 add_executable(RtViewerSdl 56 add_executable(RtViewerSdl
57 RtViewer/RtViewerSdl.cpp 57 RtViewer/RtViewerSdl.cpp
58 SdlHelpers.h 58 SdlHelpers.h
59 ../Common/RtViewer.cpp 59 ../Common/RtViewerApp.cpp
60 ../Common/RtViewer.h 60 ../Common/RtViewerApp.h
61 ../Common/RtViewerView.cpp
62 ../Common/RtViewerView.h
61 ../Common/SampleHelpers.h 63 ../Common/SampleHelpers.h
62 ) 64 )
63 65
64 target_link_libraries(RtViewerSdl ${DCMTK_LIBRARIES} OrthancStone) 66 target_link_libraries(RtViewerSdl ${DCMTK_LIBRARIES} OrthancStone)
65 67