IAP GITLAB

Skip to content
Snippets Groups Projects
Commit edbf26d5 authored by Ralf Ulrich's avatar Ralf Ulrich
Browse files

Merge branch 'build_targets' into 'master'

fixed build target for testTrackingLine

See merge request AirShowerPhysics/corsika!32
parents a888bf32 bf25005e
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