IAP GITLAB

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

register corsika as example

parent d714c500
No related branches found
No related tags found
1 merge request!419Resolve "corsika.cpp breaks at runtime"
Pipeline #5919 passed with warnings
...@@ -59,6 +59,7 @@ CORSIKA_REGISTER_EXAMPLE (hybrid_MC RUN_OPTIONS 4 2 10000.) ...@@ -59,6 +59,7 @@ CORSIKA_REGISTER_EXAMPLE (hybrid_MC RUN_OPTIONS 4 2 10000.)
add_executable (corsika corsika.cpp) add_executable (corsika corsika.cpp)
target_link_libraries (corsika CORSIKA8::CORSIKA8) target_link_libraries (corsika CORSIKA8::CORSIKA8)
CORSIKA_REGISTER_EXAMPLE (corsika RUN_OPTIONS --energy=1e6 --zenith=10 --nevent=2 --filename=corsika_test --pdg=2212)
add_executable (mars mars.cpp) add_executable (mars mars.cpp)
target_link_libraries (mars CORSIKA8::CORSIKA8) target_link_libraries (mars CORSIKA8::CORSIKA8)
......
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