mirror of
https://github.com/FairRootGroup/FairMQ.git
synced 2025-10-15 17:41:45 +00:00
SDK: Add CMake skeleton
* New build flag BUILD_SDK * New component "sdk"
This commit is contained in:
committed by
Dennis Klein
parent
b1c8264123
commit
3da5f4d5db
15
fairmq/sdk/runFairMQ.cxx
Normal file
15
fairmq/sdk/runFairMQ.cxx
Normal file
@@ -0,0 +1,15 @@
|
||||
/********************************************************************************
|
||||
* Copyright (C) 2019 GSI Helmholtzzentrum fuer Schwerionenforschung GmbH *
|
||||
* *
|
||||
* This software is distributed under the terms of the *
|
||||
* GNU Lesser General Public Licence (LGPL) version 3, *
|
||||
* copied verbatim in the file "LICENSE" *
|
||||
********************************************************************************/
|
||||
|
||||
#include <fairmq/sdk/Topology.h>
|
||||
|
||||
int main(int argc, char *argv[])
|
||||
{
|
||||
|
||||
return 0;
|
||||
}
|
Reference in New Issue
Block a user