v2.0.0
Loading...
Searching...
No Matches
mne_global.cpp
Go to the documentation of this file.
1//=============================================================================================================
19
20//=============================================================================================================
21// INCLUDES
22//=============================================================================================================
23
24#include "mne_global.h"
25
26//=============================================================================================================
27// DEFINE METHODS
28//=============================================================================================================
29
31
32//=============================================================================================================
33
34const char* MNELIB::buildHash(){ return UTILSLIB::gitHash();}
35
36//=============================================================================================================
37
MNELIB shared-library export/import macros and library build metadata.
const char * buildDateTime()
const char * buildHashLong()
const char * buildHash()
constexpr auto gitHashLong()
Definition buildinfo.h:83
constexpr auto gitHash()
Definition buildinfo.h:70
constexpr auto dateTimeNow()
Definition buildinfo.h:61