We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 233e2e0 commit d65a0c9Copy full SHA for d65a0c9
Generators/CMakeLists.txt
@@ -38,8 +38,8 @@ o2_add_library(Generators
38
src/GenCosmicsParam.cxx
39
src/GeneratorFactory.cxx
40
src/GeneratorGeantinos.cxx
41
- src/GeneratorTParticle.cxx
42
- src/GeneratorTParticleParam.cxx
+ src/GeneratorTParticle.cxx
+ src/GeneratorTParticleParam.cxx
43
$<$<BOOL:${pythia6_FOUND}>:src/GeneratorPythia6.cxx>
44
$<$<BOOL:${pythia6_FOUND}>:src/GeneratorPythia6Param.cxx>
45
$<$<BOOL:${pythia_FOUND}>:src/GeneratorPythia8.cxx>
0 commit comments