config.h.in 341 B

12345678910
  1. // SPDX-License-Identifier: Apache-2.0
  2. #pragma once
  3. #include <string_view>
  4. constexpr std::string_view GIT_COMMIT = "@GIT_COMMIT@";
  5. constexpr std::string_view COMPILER = "@COMPILER@";
  6. constexpr std::string_view COMPILER_VERSION = "@COMPILER_VERSION@";
  7. constexpr std::string_view CONFIGURE_COMMAND = "@CONFIGURE_COMMAND@";