From 68662d2968db5dd0168720feda4352a21ff5233e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?P=C3=A5l=20Hagen?= Date: Fri, 11 Sep 2015 17:03:11 +0200 Subject: [PATCH] (#434) Building and linking NRLib with ResInsight --- ApplicationCode/CMakeLists.txt | 2 ++ CMakeLists.txt | 8 ++++++++ 2 files changed, 10 insertions(+) diff --git a/ApplicationCode/CMakeLists.txt b/ApplicationCode/CMakeLists.txt index 36391b6683..799b69ca67 100644 --- a/ApplicationCode/CMakeLists.txt +++ b/ApplicationCode/CMakeLists.txt @@ -355,6 +355,8 @@ set( LINK_LIBRARIES ert_geometry ecl_well + NRLib + ${OPENGL_LIBRARIES} ${QT_LIBRARIES} diff --git a/CMakeLists.txt b/CMakeLists.txt index 363985b1dc..1745d291d1 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -107,6 +107,14 @@ set_property(TARGET PROPERTY FOLDER "ERT" ) + +################################################################################ +# NRLib +################################################################################ + +add_subdirectory(ThirdParty/NRLib) + + ################################################################################ # Qt ################################################################################