changeset 783:c56bcc7907b9

fix
author Alain Mazy <am@orthanc.team>
date Wed, 19 Aug 2026 09:09:15 +0200
parents ec19110b0848
children 6737ae7fe1cd
files CMakeLists.txt
diffstat 1 files changed, 2 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/CMakeLists.txt	Wed Aug 19 09:01:50 2026 +0200
+++ b/CMakeLists.txt	Wed Aug 19 09:09:15 2026 +0200
@@ -107,6 +107,8 @@
     include_directories(${CMAKE_SOURCE_DIR}/Resources/Orthanc/Sdk-1.12.1)
   elseif(ORTHANC_SDK_VERSION STREQUAL "1.12.4")
     include_directories(${CMAKE_SOURCE_DIR}/Resources/Orthanc/Sdk-1.12.4)
+  elseif(ORTHANC_SDK_VERSION STREQUAL "1.13.0")
+    include_directories(${CMAKE_SOURCE_DIR}/Resources/Orthanc/Sdk-1.13.0)
   elseif (ORTHANC_SDK_VERSION STREQUAL "framework")
     include_directories(${ORTHANC_FRAMEWORK_ROOT}/../../OrthancServer/Plugins/Include/)
   else()