From d0a3eefa46dc0e5d778437ff5dc9d0d62ad68eac Mon Sep 17 00:00:00 2001
From: Thomas Fischer <thomas.fischer@ufz.de>
Date: Thu, 7 Jan 2016 14:21:49 +0100
Subject: [PATCH] [GL] Make tetgen predicates in OGS available.

---
 GeoLib/CMakeLists.txt | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/GeoLib/CMakeLists.txt b/GeoLib/CMakeLists.txt
index 1d4595cde03..3aa818b6189 100644
--- a/GeoLib/CMakeLists.txt
+++ b/GeoLib/CMakeLists.txt
@@ -2,7 +2,9 @@
 GET_SOURCE_FILES(SOURCES_GeoLib)
 
 # Create the library
-add_library(GeoLib STATIC ${SOURCES_GeoLib})
+add_library(GeoLib STATIC ${SOURCES_GeoLib}
+	${CMAKE_CURRENT_SOURCE_DIR}/../ThirdParty/tetgen/predicates.cxx
+)
 
 target_link_libraries(GeoLib INTERFACE
 	BaseLib
-- 
GitLab