From d019c9f672d6436bef5a0070248e06dc968c78cb Mon Sep 17 00:00:00 2001
From: Thomas Fischer <thomas.fischer@ufz.de>
Date: Thu, 28 Apr 2016 10:50:21 +0200
Subject: [PATCH] DataHolderLib is used in FileIO and DataExplorer/DataView.

---
 Applications/DataExplorer/DataView/CMakeLists.txt | 1 +
 FileIO/CMakeLists.txt                             | 1 +
 2 files changed, 2 insertions(+)

diff --git a/Applications/DataExplorer/DataView/CMakeLists.txt b/Applications/DataExplorer/DataView/CMakeLists.txt
index c66ee3216dd..18c2a0e1fd8 100644
--- a/Applications/DataExplorer/DataView/CMakeLists.txt
+++ b/Applications/DataExplorer/DataView/CMakeLists.txt
@@ -133,6 +133,7 @@ add_library(QtDataView STATIC
 target_link_libraries(QtDataView PUBLIC Qt4::QtCore Qt4::QtGui)
 target_link_libraries(QtDataView INTERFACE
 	FileIO
+	DataHolderLib
 	QtBase
 )
 add_dependencies(QtDataView QtDiagramView QtStratView)
diff --git a/FileIO/CMakeLists.txt b/FileIO/CMakeLists.txt
index 761268d714d..e4428a07a1f 100644
--- a/FileIO/CMakeLists.txt
+++ b/FileIO/CMakeLists.txt
@@ -60,6 +60,7 @@ target_link_libraries(FileIO INTERFACE
 	InSituLib
 	MeshLib
 	logog
+	shp
 )
 if(QT4_FOUND)
 	target_link_libraries(FileIO PUBLIC Qt4::QtXml Qt4::QtXmlPatterns)
-- 
GitLab