aboutsummaryrefslogtreecommitdiffstats
path: root/library/cpp/build_info/build_info.cpp.in
blob: 71403af13e0daa245db70ac78430d8135f035b31 (plain) (blame)
1
2
3
4
5
#include <library/cpp/build_info/build_info.h>

extern "C" const char* GetBuildType() {
    return "@BUILD_TYPE@";
}