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)
target_link_libraries (
testEnvironment
CORSIKAsetup
CORSIKAenvironment
CORSIKAthirdparty # for catch2
)
......
......@@ -28,6 +28,10 @@ add_executable (testTrackingLine testTrackingLine.cc)
target_link_libraries (
testTrackingLine
ProcessTrackingLine
CORSIKAsetup
CORSIKAutilities
CORSIKAenvironment
CORSIKAunits
CORSIKAenvironment
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