Skip to content
Snippets Groups Projects
Commit a1aa4111 authored by Sylvester Joosten's avatar Sylvester Joosten
Browse files

Working example

parent 3524ded0
No related branches found
No related tags found
No related merge requests found
...@@ -2,5 +2,5 @@ cmake_minimum_required(VERSION 3.2.0) ...@@ -2,5 +2,5 @@ cmake_minimum_required(VERSION 3.2.0)
gaudi_subdir(Examples) gaudi_subdir(Examples)
gaudi_add_module(Examples src/*.cpp gaudi_add_module(Examples src/*.cc
LINK_LIBRARIES GaudiAlg) LINK_LIBRARIES GaudiAlgLib)
...@@ -4,7 +4,7 @@ ...@@ -4,7 +4,7 @@
DECLARE_COMPONENT(HelloWorld) DECLARE_COMPONENT(HelloWorld)
HelloWorld::HelloWorld(const std::string& name, ISvcLocator* ploc) HelloWorld::HelloWorld(const std::string& name, ISvcLocator* ploc)
: Algorithm(name, ploc) {} : GaudiAlgorithm(name, ploc) {}
StatusCode HelloWorld::initialize() { StatusCode HelloWorld::initialize() {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment