From 2f62499eef2fdda7d69b31f5ed17e70e598a07d4 Mon Sep 17 00:00:00 2001 From: Lars Bilke <lars.bilke@ufz.de> Date: Fri, 13 Jan 2012 15:28:20 +0100 Subject: [PATCH] Added googletest source code and removed external library dependency. --- Gui/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/Gui/CMakeLists.txt b/Gui/CMakeLists.txt index 07d0e5c04e7..5b977d2f603 100644 --- a/Gui/CMakeLists.txt +++ b/Gui/CMakeLists.txt @@ -87,6 +87,7 @@ TARGET_LINK_LIBRARIES( ogs-gui QVTK VtkVis VtkAct + vtkNetCDF ) IF (Shapelib_FOUND) -- GitLab