v2.0.0
Loading...
Searching...
No Matches
ml_global.cpp
Go to the documentation of this file.
1//=============================================================================================================
34
35//=============================================================================================================
36// INCLUDES
37//=============================================================================================================
38
39#include "ml_global.h"
40
41//=============================================================================================================
42// DEFINE METHODS
43//=============================================================================================================
44
46
47//=============================================================================================================
48
49const char* MLLIB::buildHash(){ return UTILSLIB::gitHash();}
50
51//=============================================================================================================
52
ml library export/import macros.
constexpr auto gitHashLong()
Definition buildinfo.h:92
constexpr auto gitHash()
Definition buildinfo.h:79
constexpr auto dateTimeNow()
Definition buildinfo.h:70
MLSHARED_EXPORT const char * buildDateTime()
Definition ml_global.cpp:45
MLSHARED_EXPORT const char * buildHash()
Definition ml_global.cpp:49
MLSHARED_EXPORT const char * buildHashLong()
Definition ml_global.cpp:53