@@ -17,7 +17,38 @@ See the License for the specific language governing permissions and
17
17
limitations under the License.
18
18
]]
19
19
20
- file (GLOB k4fwcoretest_plugin_sources src/components/*.cpp )
20
+ set (k4fwcoretest_plugin_sources
21
+ src/components/ExampleEventHeaderConsumer.cpp
22
+ src/components/ExampleFunctionalConsumer.cpp
23
+ src/components/ExampleFunctionalConsumerMultiple.cpp
24
+ src/components/ExampleFunctionalConsumerRuntimeCollections.cpp
25
+ src/components/ExampleFunctionalConsumerRuntimeCollectionsMultiple.cpp
26
+ src/components/ExampleFunctionalFilter.cpp
27
+ src/components/ExampleFunctionalMetadataConsumer.cpp
28
+ src/components/ExampleFunctionalMetadataProducer.cpp
29
+ src/components/ExampleFunctionalProducer.cpp
30
+ src/components/ExampleFunctionalProducerMultiple.cpp
31
+ src/components/ExampleFunctionalProducerRuntimeCollections.cpp
32
+ src/components/ExampleFunctionalTransformer.cpp
33
+ src/components/ExampleFunctionalTransformerHist.cpp
34
+ src/components/ExampleFunctionalTransformerMultiple.cpp
35
+ src/components/ExampleFunctionalTransformerRuntimeCollections.cpp
36
+ src/components/ExampleFunctionalTransformerRuntimeCollectionsMultiple.cpp
37
+ src/components/ExampleFunctionalTransformerRuntimeEmpty.cpp
38
+ src/components/ExampleGaudiFunctionalProducer.cpp
39
+ src/components/ExampleParticleIDConsumer.cpp
40
+ src/components/ExampleParticleIDProducer.cpp
41
+ src/components/ExampleRNGSeedingAlg.cpp
42
+ src/components/k4FWCoreTest_AlgorithmWithTFile.cpp
43
+ src/components/k4FWCoreTest_cellID_reader.cpp
44
+ src/components/k4FWCoreTest_cellID_writer.cpp
45
+ src/components/k4FWCoreTest_CheckExampleEventData.cpp
46
+ src/components/k4FWCoreTest_CreateExampleEventData.cpp
47
+ src/components/k4FWCoreTest_CreateMarlinWrapperCollection.cpp
48
+ src/components/k4FWCoreTest_HelloWorldAlg.cpp
49
+ src/components/TestUniqueIDGenSvc.cpp
50
+ src/components/TypeMisMatchDemo.cpp
51
+ )
21
52
22
53
gaudi_add_module (k4FWCoreTestPlugins
23
54
SOURCES ${k4fwcoretest_plugin_sources}
0 commit comments