Add Sumo connector and related cloud tools

* Add cloud data icon
* Add Sumo connector and related helper tools
* Reorganize preferences and remove ssihub
* Use timeout defined for Sumo
This commit is contained in:
Magne Sjaastad
2024-07-05 09:31:16 +02:00
committed by GitHub
parent 868e9916bc
commit ffc1687cc7
26 changed files with 2077 additions and 36 deletions

View File

@@ -93,6 +93,7 @@ list(
Application/CMakeLists_files.cmake
Application/Tools/CMakeLists_files.cmake
Application/Tools/WellPathTools/CMakeLists_files.cmake
Application/Tools/Cloud/CMakeLists_files.cmake
ReservoirDataModel/CMakeLists_files.cmake
ReservoirDataModel/CMakeLists_filesNotToUnitTest.cmake
ReservoirDataModel/Completions/CMakeLists_files.cmake
@@ -415,6 +416,7 @@ set(UNITY_EXCLUDE_FILES
FileInterface/RifOsduWellPathReader.cpp
FileInterface/RifOsduWellLogReader.cpp
FileInterface/RifByteArrayArrowRandomAccessFile.cpp
FileInterface/RifArrowTools.cpp
)
if(RESINSIGHT_ENABLE_UNITY_BUILD)