# HG changeset patch # User Sebastien Jodogne # Date 1744978959 -7200 # Node ID ce8c9b890fa264667de3ae5ae981b827b753de7d # Parent 9befaa5238b53ae326a82825e88675f388573276 removed inclusion of headers diff -r 9befaa5238b5 -r ce8c9b890fa2 Applications/Samples/Sdl/CMakeLists.txt --- a/Applications/Samples/Sdl/CMakeLists.txt Fri Apr 18 14:17:06 2025 +0200 +++ b/Applications/Samples/Sdl/CMakeLists.txt Fri Apr 18 14:22:39 2025 +0200 @@ -90,12 +90,8 @@ add_executable(RtViewerSdl RtViewer/RtViewerSdl.cpp - SdlHelpers.h ../Common/RtViewerApp.cpp - ../Common/RtViewerApp.h ../Common/RtViewerView.cpp - ../Common/RtViewerView.h - ../Common/SampleHelpers.h ) if (COMMAND DefineSourceBasenameForTarget) @@ -108,9 +104,6 @@ project(SdlSimpleViewer) add_executable(SdlSimpleViewer - SdlHelpers.h - ../Common/SampleHelpers.h - SingleFrameViewer/SdlSimpleViewerApplication.h SingleFrameViewer/SdlSimpleViewer.cpp ) diff -r 9befaa5238b5 -r ce8c9b890fa2 Applications/Samples/WebAssembly/CMakeLists.txt --- a/Applications/Samples/WebAssembly/CMakeLists.txt Fri Apr 18 14:17:06 2025 +0200 +++ b/Applications/Samples/WebAssembly/CMakeLists.txt Fri Apr 18 14:22:39 2025 +0200 @@ -107,9 +107,7 @@ add_executable(RtViewerWasm RtViewer/RtViewerWasm.cpp ../Common/RtViewerApp.cpp - ../Common/RtViewerApp.h ../Common/RtViewerView.cpp - ../Common/RtViewerView.h ) if (COMMAND DefineSourceBasenameForTarget) diff -r 9befaa5238b5 -r ce8c9b890fa2 OrthancStone/Resources/CMake/OrthancStoneConfiguration.cmake --- a/OrthancStone/Resources/CMake/OrthancStoneConfiguration.cmake Fri Apr 18 14:17:06 2025 +0200 +++ b/OrthancStone/Resources/CMake/OrthancStoneConfiguration.cmake Fri Apr 18 14:22:39 2025 +0200 @@ -324,9 +324,7 @@ ${ORTHANC_STONE_ROOT}/Toolbox/BucketAccumulator1D.cpp ${ORTHANC_STONE_ROOT}/Toolbox/BucketAccumulator2D.cpp ${ORTHANC_STONE_ROOT}/Toolbox/CoordinateSystem3D.cpp - ${ORTHANC_STONE_ROOT}/Toolbox/CoordinateSystem3D.h ${ORTHANC_STONE_ROOT}/Toolbox/DebugDrawing2D.cpp - ${ORTHANC_STONE_ROOT}/Toolbox/DebugDrawing2D.h ${ORTHANC_STONE_ROOT}/Toolbox/DicomInstanceParameters.cpp ${ORTHANC_STONE_ROOT}/Toolbox/DicomStructureSet.cpp ${ORTHANC_STONE_ROOT}/Toolbox/DynamicBitmap.cpp @@ -344,17 +342,12 @@ ${ORTHANC_STONE_ROOT}/Toolbox/ShearWarpProjectiveTransform.cpp ${ORTHANC_STONE_ROOT}/Toolbox/SlicesSorter.cpp ${ORTHANC_STONE_ROOT}/Toolbox/SortedFrames.cpp - ${ORTHANC_STONE_ROOT}/Toolbox/SortedFrames.h ${ORTHANC_STONE_ROOT}/Toolbox/StoneToolbox.cpp - ${ORTHANC_STONE_ROOT}/Toolbox/StoneToolbox.h - ${ORTHANC_STONE_ROOT}/Toolbox/SubvoxelReader.h ${ORTHANC_STONE_ROOT}/Toolbox/TextRenderer.cpp ${ORTHANC_STONE_ROOT}/Toolbox/TimerLogger.cpp ${ORTHANC_STONE_ROOT}/Toolbox/UndoRedoStack.cpp ${ORTHANC_STONE_ROOT}/Toolbox/UnionOfRectangles.cpp - ${ORTHANC_STONE_ROOT}/Toolbox/UnionOfRectangles.h ${ORTHANC_STONE_ROOT}/Toolbox/Windowing.cpp - ${ORTHANC_STONE_ROOT}/Toolbox/Windowing.h ${ORTHANC_STONE_ROOT}/Viewport/DefaultViewportInteractor.cpp ${ORTHANC_STONE_ROOT}/Viewport/ViewportLocker.cpp @@ -450,4 +443,4 @@ endmacro() -AutodetectHeaderFiles(ORTHANC_STONE_SOURCES) +# AutodetectHeaderFiles(ORTHANC_STONE_SOURCES)