(#436) Moved LAS file related code to new class RigWellLogFile

This commit is contained in:
Pål Hagen
2015-09-15 18:07:53 +02:00
parent d99c5daee1
commit a79bce6ea4
7 changed files with 224 additions and 75 deletions

View File

@@ -19,6 +19,7 @@ include_directories(
${ResInsight_SOURCE_DIR}/ApplicationCode/FileInterface
${ResInsight_SOURCE_DIR}/ApplicationCode/ProjectDataModel
${ResInsight_SOURCE_DIR}/ThirdParty
${ResInsight_SOURCE_DIR}/ThirdParty/NRLib/nrlib/well
#${ResInsight_SOURCE_DIR}/Fwk/AppFwk/cafProjectDataModel
@@ -68,6 +69,8 @@ set( LINK_LIBRARIES
ecl_well
ert_util
NRLib
${QT_LIBRARIES}
)