From bf25005e32e3404ea027c74fd26877449ccee6a4 Mon Sep 17 00:00:00 2001
From: ralfulrich <ralf.ulrich@kit.edu>
Date: Thu, 13 Dec 2018 07:18:56 +0100
Subject: [PATCH] fixed build target for testTrackingLine

---
 Environment/CMakeLists.txt            | 1 +
 Processes/TrackingLine/CMakeLists.txt | 4 ++++
 2 files changed, 5 insertions(+)

diff --git a/Environment/CMakeLists.txt b/Environment/CMakeLists.txt
index 420fc20f..ca93c81c 100644
--- a/Environment/CMakeLists.txt
+++ b/Environment/CMakeLists.txt
@@ -44,6 +44,7 @@ add_executable (testEnvironment testEnvironment.cc)
 
 target_link_libraries (
   testEnvironment
+  CORSIKAsetup
   CORSIKAenvironment
   CORSIKAthirdparty # for catch2
   )
diff --git a/Processes/TrackingLine/CMakeLists.txt b/Processes/TrackingLine/CMakeLists.txt
index 83ed893c..b68564bf 100644
--- a/Processes/TrackingLine/CMakeLists.txt
+++ b/Processes/TrackingLine/CMakeLists.txt
@@ -28,6 +28,10 @@ add_executable (testTrackingLine testTrackingLine.cc)
 
 target_link_libraries (
    testTrackingLine
+   ProcessTrackingLine
+   CORSIKAsetup
+   CORSIKAutilities
+   CORSIKAenvironment
    CORSIKAunits
    CORSIKAenvironment
    CORSIKAgeometry
-- 
GitLab