mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
(#540) WIP: Split the rangefilter mapping code into files
Preparing for assembling it all.
This commit is contained in:
@@ -7,12 +7,16 @@ endif()
|
||||
set (SOURCE_GROUP_HEADER_FILES
|
||||
${CEE_CURRENT_LIST_DIR}RigGeoMechWellLogExtractor.h
|
||||
${CEE_CURRENT_LIST_DIR}RigCaseToCaseCellMapper.h
|
||||
${CEE_CURRENT_LIST_DIR}RigCaseToCaseCellMapperTools.h
|
||||
${CEE_CURRENT_LIST_DIR}RigCaseToCaseRangeFilterMapper.h
|
||||
${CEE_CURRENT_LIST_DIR}RigWellLogFile.h
|
||||
)
|
||||
|
||||
set (SOURCE_GROUP_SOURCE_FILES
|
||||
${CEE_CURRENT_LIST_DIR}RigGeoMechWellLogExtractor.cpp
|
||||
${CEE_CURRENT_LIST_DIR}RigCaseToCaseCellMapper.cpp
|
||||
${CEE_CURRENT_LIST_DIR}RigCaseToCaseCellMapperTools.cpp
|
||||
${CEE_CURRENT_LIST_DIR}RigCaseToCaseRangeFilterMapper.cpp
|
||||
${CEE_CURRENT_LIST_DIR}RigWellLogFile.cpp
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user