From ea2bf3887f3b29626de76e3bd1e8d0863ef1b09d Mon Sep 17 00:00:00 2001 From: Kristian Bendiksen Date: Mon, 10 Jun 2024 18:24:01 +0200 Subject: [PATCH] Osdu: exclude arrow files from unity build --- ApplicationLibCode/CMakeLists.txt | 3 +++ 1 file changed, 3 insertions(+) diff --git a/ApplicationLibCode/CMakeLists.txt b/ApplicationLibCode/CMakeLists.txt index ceebb33ab9..2d476be4d7 100644 --- a/ApplicationLibCode/CMakeLists.txt +++ b/ApplicationLibCode/CMakeLists.txt @@ -412,6 +412,9 @@ set(UNITY_EXCLUDE_FILES ProjectDataModel/RimVfpTableExtractor.cpp ProjectDataModel/RimVfpPlot.cpp ProjectDataModel/RiaOpmParserTools.cpp + FileInterface/RifOsduWellPathReader.cpp + FileInterface/RifOsduWellLogReader.cpp + FileInterface/RifByteArrayArrowRandomAccessFile.cpp ) if(RESINSIGHT_ENABLE_UNITY_BUILD)