Mercurial > hg > orthanc-object-storage
comparison Aws/CMakeLists.txt @ 110:37a4b8e2577f
sync orthanc + SDK 1.12.1
author | Alain Mazy <am@osimis.io> |
---|---|
date | Tue, 10 Oct 2023 15:40:36 +0200 |
parents | 030b78960c4f |
children | 752ab0c59950 |
comparison
equal
deleted
inserted
replaced
109:2549eecdc996 | 110:37a4b8e2577f |
---|---|
102 -DPLUGIN_VERSION="${PLUGIN_VERSION}" | 102 -DPLUGIN_VERSION="${PLUGIN_VERSION}" |
103 ) | 103 ) |
104 | 104 |
105 include_directories( | 105 include_directories( |
106 ${CMAKE_SOURCE_DIR}/../Common/Resources/Orthanc/Plugins/ | 106 ${CMAKE_SOURCE_DIR}/../Common/Resources/Orthanc/Plugins/ |
107 ${CMAKE_SOURCE_DIR}/../Common/Resources/Orthanc/Sdk-1.9.2/ | 107 ${CMAKE_SOURCE_DIR}/../Common/Resources/Orthanc/Sdk-1.12.1/ |
108 ) | 108 ) |
109 | 109 |
110 | 110 |
111 if (NOT STATIC_BUILD AND USE_VCPKG_PACKAGES) | 111 if (NOT STATIC_BUILD AND USE_VCPKG_PACKAGES) |
112 # Use vcpkg by Microsoft | 112 # Use vcpkg by Microsoft |