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 ################################################################################