diff OrthancStone/Resources/CMake/OrthancStoneConfiguration.cmake @ 1891:3716d72161d2

reorganization
author Sebastien Jodogne <s.jodogne@gmail.com>
date Wed, 19 Jan 2022 12:32:15 +0100
parents b896f20d24ca
children affde38b84de
line wrap: on
line diff
--- a/OrthancStone/Resources/CMake/OrthancStoneConfiguration.cmake	Tue Jan 18 22:08:55 2022 +0100
+++ b/OrthancStone/Resources/CMake/OrthancStoneConfiguration.cmake	Wed Jan 19 12:32:15 2022 +0100
@@ -131,7 +131,7 @@
     # 'shared:WARNING: emcc: cannot find library "nul"'.
     include(FindOpenGL)
     if (NOT OPENGL_FOUND)
-      message(FATAL_ERROR "Cannot find OpenGL on your system")
+      message(FATAL_ERROR "Cannot find OpenGL on your system. Please install the libgl-dev package.")
     endif()
 
     link_libraries(${OPENGL_LIBRARIES})
@@ -395,6 +395,10 @@
 
   ${ORTHANC_STONE_ROOT}/Toolbox/AffineTransform2D.cpp
   ${ORTHANC_STONE_ROOT}/Toolbox/AffineTransform2D.h
+  ${ORTHANC_STONE_ROOT}/Toolbox/BucketAccumulator1D.cpp
+  ${ORTHANC_STONE_ROOT}/Toolbox/BucketAccumulator1D.h
+  ${ORTHANC_STONE_ROOT}/Toolbox/BucketAccumulator2D.cpp
+  ${ORTHANC_STONE_ROOT}/Toolbox/BucketAccumulator2D.h
   ${ORTHANC_STONE_ROOT}/Toolbox/CoordinateSystem3D.cpp
   ${ORTHANC_STONE_ROOT}/Toolbox/CoordinateSystem3D.h
   ${ORTHANC_STONE_ROOT}/Toolbox/DicomInstanceParameters.cpp
@@ -424,6 +428,8 @@
   ${ORTHANC_STONE_ROOT}/Toolbox/ImageGeometry.h
   ${ORTHANC_STONE_ROOT}/Toolbox/ImageToolbox.cpp
   ${ORTHANC_STONE_ROOT}/Toolbox/ImageToolbox.h
+  ${ORTHANC_STONE_ROOT}/Toolbox/Internals/BucketMapper.cpp
+  ${ORTHANC_STONE_ROOT}/Toolbox/Internals/BucketMapper.h
   ${ORTHANC_STONE_ROOT}/Toolbox/Internals/OrientedIntegerLine2D.cpp
   ${ORTHANC_STONE_ROOT}/Toolbox/Internals/OrientedIntegerLine2D.h
   ${ORTHANC_STONE_ROOT}/Toolbox/Internals/RectanglesIntegerProjection.cpp