(#434) Building and linking NRLib with ResInsight

This commit is contained in:
Pål Hagen 2015-09-11 17:03:11 +02:00
parent 6c55762bfe
commit 68662d2968
2 changed files with 10 additions and 0 deletions

View File

@ -355,6 +355,8 @@ set( LINK_LIBRARIES
ert_geometry
ecl_well
NRLib
${OPENGL_LIBRARIES}
${QT_LIBRARIES}

View File

@ -107,6 +107,14 @@ set_property(TARGET
PROPERTY FOLDER "ERT"
)
################################################################################
# NRLib
################################################################################
add_subdirectory(ThirdParty/NRLib)
################################################################################
# Qt
################################################################################