Implementation of MLLIB build-stamp accessors that forward to UTILSLIB::buildinfo. More...
#include "ml_global.h"
Go to the source code of this file.
Implementation of MLLIB build-stamp accessors that forward to UTILSLIB::buildinfo.
SPDX-License-Identifier: BSD-3-Clause Copyright (c) 2026 MNE-CPP Authors
Each of MLLIB::buildDateTime, MLLIB::buildHash and MLLIB::buildHashLong is a one-line delegate to the matching UTILSLIB helper; centralising the call here lets every library in mne-cpp report identical build metadata (filled in once by buildinfo.h.in at CMake configure time) without each library having to depend on the generation rules directly.
Definition in file ml_global.cpp.