mirror of
https://github.com/aportelli/LatAnalyze.git
synced 2025-06-18 07:17:05 +01:00
CMake first working compilation for library
This commit is contained in:
@ -30,8 +30,12 @@ namespace ROOT
|
||||
};
|
||||
|
||||
// macros necessary in the ROOT-based version of Minuit2
|
||||
#ifndef ROOT_Math_VecTypes
|
||||
#define ROOT_Math_VecTypes
|
||||
#endif
|
||||
#ifndef MATHCORE_STANDALONE
|
||||
#define MATHCORE_STANDALONE
|
||||
#endif
|
||||
|
||||
#include <Minuit2/Minuit2Minimizer.h>
|
||||
#include <Math/Functor.h>
|
||||
|
Reference in New Issue
Block a user