mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
(#434) Building and linking NRLib with ResInsight
This commit is contained in:
parent
6c55762bfe
commit
68662d2968
@ -355,6 +355,8 @@ set( LINK_LIBRARIES
|
||||
ert_geometry
|
||||
ecl_well
|
||||
|
||||
NRLib
|
||||
|
||||
${OPENGL_LIBRARIES}
|
||||
${QT_LIBRARIES}
|
||||
|
||||
|
@ -107,6 +107,14 @@ set_property(TARGET
|
||||
PROPERTY FOLDER "ERT"
|
||||
)
|
||||
|
||||
|
||||
################################################################################
|
||||
# NRLib
|
||||
################################################################################
|
||||
|
||||
add_subdirectory(ThirdParty/NRLib)
|
||||
|
||||
|
||||
################################################################################
|
||||
# Qt
|
||||
################################################################################
|
||||
|
Loading…
Reference in New Issue
Block a user