/* Copyright (C) 2022 FIAS Frankfurt Institute for Advanced Studies, Frankfurt / Main SPDX-License-Identifier: GPL-3.0-only Authors: Felix Weiglhofer [committer]*/ #include "BuildInfo.h" // GENERATED BY CMAKE. // DON'T CHANGE BY HAND. MODIFY .in-File INSTEAD. namespace cbm::algo::BuildInfo { const std::string GIT_HASH = "@GIT_HASH@"; const std::string BUILD_TYPE = "@BUILD_TYPE@"; const bool GPU_DEBUG = @GPU_DEBUG@; } // namespace cbm::algo::BuildInfo