Migrate elements build to Cmake

This commit is contained in:
ivanlele 2026-03-24 11:11:11 +00:00
parent 274c43848e
commit 26176c3cd4
No known key found for this signature in database
65 changed files with 226 additions and 8213 deletions

View file

@ -25,7 +25,7 @@ const std::string CLIENT_NAME("Elements Core");
#ifdef HAVE_BUILD_INFO
#include <obj/build.h>
// The <obj/build.h>, which is generated by the build environment (share/genbuild.sh),
// The <obj/build.h>, which is generated by the build environment (cmake/script/GenerateBuildInfo.cmake),
// could contain only one line of the following:
// - "#define BUILD_GIT_TAG ...", if the top commit is tagged
// - "#define BUILD_GIT_COMMIT ...", if the top commit is not tagged