mirror of
https://github.com/FairRootGroup/FairMQ.git
synced 2025-10-15 09:31:45 +00:00
Split StateMachine and Tools into separate targets
This change is needed to share the functionality between the core library and the SDK library. We want to support building/installing just the SDK without having a dependency on the core library which adds additional dependencies.
This commit is contained in:
committed by
Dennis Klein
parent
3da5f4d5db
commit
a8c76accdc
@@ -7,9 +7,12 @@
|
||||
********************************************************************************/
|
||||
|
||||
#include <fairmq/sdk/Topology.h>
|
||||
#include <fairmq/StateMachine.h>
|
||||
#include <iostream>
|
||||
|
||||
int main(int argc, char *argv[])
|
||||
int main(int /*argc*/, char ** /*argv*/)
|
||||
{
|
||||
|
||||
std::cout << fair::mq::State::Idle << std::endl;
|
||||
|
||||
return 0;
|
||||
}
|
||||
|
Reference in New Issue
Block a user