Moved code to new library: ResultStatisticsCache

Moved  RigStatisticsCalculator.h/.cpp, RigStatisticsDataCache.h/.cpp,
RigStatisticsMath.h/.cpp to new library ResultStatisticsCache.
ResInsight and some unit tests now link with this new library.
This commit is contained in:
Stein Dale
2015-05-11 13:25:05 +02:00
parent ca17645499
commit 85f62ec1d4
12 changed files with 72 additions and 269 deletions

View File

@@ -14,6 +14,7 @@ include_directories(
${LibViewing_SOURCE_DIR}
${ResInsight_SOURCE_DIR}/ApplicationCode
${ResInsight_SOURCE_DIR}/ApplicationCode/ResultStatisticsCache
${ResInsight_SOURCE_DIR}/ApplicationCode/ReservoirDataModel
${ResInsight_SOURCE_DIR}/ApplicationCode/FileInterface
${ResInsight_SOURCE_DIR}/ApplicationCode/ProjectDataModel
@@ -53,6 +54,8 @@ source_group( "UnitTests" FILES ${UNIT_TEST_CPP_SOURCES} )
set( LINK_LIBRARIES
CommonCode
ResultStatisticsCache
LibViewing
LibRender
LibGeometry