Mercurial > hg > orthanc-object-storage
comparison Aws/CMakeLists.txt @ 78:d7295e8678d7
renames
author | Alain Mazy <am@osimis.io> |
---|---|
date | Fri, 14 Oct 2022 11:00:18 +0200 |
parents | 80792bb9600e |
children | 431ab61b5760 |
comparison
equal
deleted
inserted
replaced
77:80792bb9600e | 78:d7295e8678d7 |
---|---|
120 include(${CMAKE_SOURCE_DIR}/AwsStaticConfiguration.cmake) | 120 include(${CMAKE_SOURCE_DIR}/AwsStaticConfiguration.cmake) |
121 endif() | 121 endif() |
122 | 122 |
123 | 123 |
124 set(COMMON_SOURCES | 124 set(COMMON_SOURCES |
125 ${CMAKE_SOURCE_DIR}/../Common/IStoragePlugin.h | 125 ${CMAKE_SOURCE_DIR}/../Common/IStorage.h |
126 ${CMAKE_SOURCE_DIR}/../Common/BaseStoragePlugin.h | 126 ${CMAKE_SOURCE_DIR}/../Common/BaseStorage.h |
127 ${CMAKE_SOURCE_DIR}/../Common/BaseStoragePlugin.cpp | 127 ${CMAKE_SOURCE_DIR}/../Common/BaseStorage.cpp |
128 ${CMAKE_SOURCE_DIR}/../Common/EncryptionHelpers.cpp | 128 ${CMAKE_SOURCE_DIR}/../Common/EncryptionHelpers.cpp |
129 ${CMAKE_SOURCE_DIR}/../Common/EncryptionHelpers.h | 129 ${CMAKE_SOURCE_DIR}/../Common/EncryptionHelpers.h |
130 ${CMAKE_SOURCE_DIR}/../Common/EncryptionConfigurator.cpp | 130 ${CMAKE_SOURCE_DIR}/../Common/EncryptionConfigurator.cpp |
131 ${CMAKE_SOURCE_DIR}/../Common/EncryptionConfigurator.h | 131 ${CMAKE_SOURCE_DIR}/../Common/EncryptionConfigurator.h |
132 ${CMAKE_SOURCE_DIR}/../Common/FileSystemStoragePlugin.h | 132 ${CMAKE_SOURCE_DIR}/../Common/FileSystemStorage.h |
133 ${CMAKE_SOURCE_DIR}/../Common/FileSystemStoragePlugin.cpp | 133 ${CMAKE_SOURCE_DIR}/../Common/FileSystemStorage.cpp |
134 ${CMAKE_SOURCE_DIR}/../Common/Resources/Orthanc/Plugins/OrthancPluginCppWrapper.cpp | 134 ${CMAKE_SOURCE_DIR}/../Common/Resources/Orthanc/Plugins/OrthancPluginCppWrapper.cpp |
135 | 135 |
136 ${AWS_SOURCES} | 136 ${AWS_SOURCES} |
137 ${CRYPTOPP_SOURCES} | 137 ${CRYPTOPP_SOURCES} |
138 ${ORTHANC_CORE_SOURCES} | 138 ${ORTHANC_CORE_SOURCES} |