We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9c414ad commit 6369a78Copy full SHA for 6369a78
src/ddceler/CMakeLists.txt
@@ -1,6 +1,9 @@
1
-
2
dd4hep_add_plugin(DDcelerTMI
3
- SOURCES *.cc
+ SOURCES DDcelerTMI.cc
4
USES DD4hep::DDG4 Celeritas::accel Celeritas::celeritas Celeritas::corecel
5
)
6
-install(TARGETS DDcelerTMI LIBRARY DESTINATION lib)
+dd4hep_add_plugin(DDcelerRunAction
+ SOURCES DDcelerRunAction.cc
7
+ USES DD4hep::DDG4 DD4hep::DDCore Celeritas::accel Celeritas::celeritas Celeritas::corecel
8
+ )
9
+install(TARGETS DDcelerTMI DDcelerRunAction LIBRARY DESTINATION lib)
0 commit comments