Definitions for the MNALIB build-info accessors declared in mna_global.h. More...
#include "mna_global.h"
Go to the source code of this file.
Definitions for the MNALIB build-info accessors declared in mna_global.h.
SPDX-License-Identifier: BSD-3-Clause Copyright (c) 2026 MNE-CPP Authors
The two functions implemented here simply forward to the utils/buildinfo.h helpers, which embed the build date/time and abbreviated git hash at link time. Keeping the forwarders out-of-line is what makes them callable across the MNASHARED_EXPORT boundary without dragging utils headers into every consumer translation unit.
Definition in file mna_global.cpp.