comparison Azure/CMakeLists.txt @ 101:57be7094d6c5

updated Google plugin for latest SDK
author Alain Mazy <am@osimis.io>
date Thu, 20 Jul 2023 16:14:39 +0200
parents 16f0abc677c5
children 5f6cb6dff8f4 0585b5de6be2
comparison
equal deleted inserted replaced
100:16f0abc677c5 101:57be7094d6c5
82 82
83 # add_definitions(-D_NO_WASTORAGE_API=1) # from https://github.com/Azure/azure-storage-cpp/issues/263 83 # add_definitions(-D_NO_WASTORAGE_API=1) # from https://github.com/Azure/azure-storage-cpp/issues/263
84 # endif() 84 # endif()
85 85
86 # include_directories(${WASTORAGE_INCLUDE_DIR}) 86 # include_directories(${WASTORAGE_INCLUDE_DIR})
87 set (CMAKE_CXX_STANDARD 14) 87 set(CMAKE_CXX_STANDARD 14)
88 88
89 set(COMMON_SOURCES 89 set(COMMON_SOURCES
90 ${CMAKE_SOURCE_DIR}/../Common/IStorage.h 90 ${CMAKE_SOURCE_DIR}/../Common/IStorage.h
91 ${CMAKE_SOURCE_DIR}/../Common/BaseStorage.h 91 ${CMAKE_SOURCE_DIR}/../Common/BaseStorage.h
92 ${CMAKE_SOURCE_DIR}/../Common/BaseStorage.cpp 92 ${CMAKE_SOURCE_DIR}/../Common/BaseStorage.cpp