From 017d1e6d82dc34cf94df1a4afcb93194147b5761 Mon Sep 17 00:00:00 2001 From: Magne Sjaastad Date: Thu, 16 May 2024 15:00:05 +0200 Subject: [PATCH] Fix unity build --- ApplicationLibCode/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/ApplicationLibCode/CMakeLists.txt b/ApplicationLibCode/CMakeLists.txt index 01d647af09..f74cf8067b 100644 --- a/ApplicationLibCode/CMakeLists.txt +++ b/ApplicationLibCode/CMakeLists.txt @@ -418,6 +418,7 @@ set(UNITY_EXCLUDE_FILES # Exclude files including opm-common ProjectDataModel/RimVfpTableExtractor.cpp ProjectDataModel/RimVfpPlot.cpp + ProjectDataModel/RiaOpmParserTools.cpp ) if(RESINSIGHT_ENABLE_UNITY_BUILD)