Add meson build system

This commit is contained in:
Michael Vetter
2026-02-04 22:50:40 +01:00
parent f5ecceac91
commit fbfa1f13e5
4 changed files with 930 additions and 1 deletions

6
src/gitversion.h.in Normal file
View File

@@ -0,0 +1,6 @@
#ifndef PROF_GIT_BRANCH
#define PROF_GIT_BRANCH @PROF_GIT_BRANCH@
#endif
#ifndef PROF_GIT_REVISION
#define PROF_GIT_REVISION @PROF_GIT_REVISION@
#endif