IAP GITLAB

Skip to content
Snippets Groups Projects
Commit bf25005e authored by ralfulrich's avatar ralfulrich
Browse files

fixed build target for testTrackingLine

parent 03310d22
No related branches found
No related tags found
No related merge requests found
...@@ -44,6 +44,7 @@ add_executable (testEnvironment testEnvironment.cc) ...@@ -44,6 +44,7 @@ add_executable (testEnvironment testEnvironment.cc)
target_link_libraries ( target_link_libraries (
testEnvironment testEnvironment
CORSIKAsetup
CORSIKAenvironment CORSIKAenvironment
CORSIKAthirdparty # for catch2 CORSIKAthirdparty # for catch2
) )
......
...@@ -28,6 +28,10 @@ add_executable (testTrackingLine testTrackingLine.cc) ...@@ -28,6 +28,10 @@ add_executable (testTrackingLine testTrackingLine.cc)
target_link_libraries ( target_link_libraries (
testTrackingLine testTrackingLine
ProcessTrackingLine
CORSIKAsetup
CORSIKAutilities
CORSIKAenvironment
CORSIKAunits CORSIKAunits
CORSIKAenvironment CORSIKAenvironment
CORSIKAgeometry CORSIKAgeometry
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment