// *****************************************************************************
/*!
  \file      src/Main/XystConfig.hpp
  \copyright 2012-2015 J. Bakosi,
             2016-2018 Los Alamos National Security, LLC.,
             2019-2021 Triad National Security, LLC.,
             2022-2025 J. Bakosi
             All rights reserved. See the LICENSE file for details.
  \brief     Xyst configuration imported from cmake
  \details   Xyst configuration inported from cmake.
  \see       src/CMakeListst.txt
 */
// *****************************************************************************
#pragma once
#include <iosfwd><--- Include file:  not found. Please note: Cppcheck does not need standard library headers to get proper results.
#include "XystBuildConfig.hpp"
namespace tk {
 
// Accessor declarations as strings of configuration values imported from cmake
std::string unittest_executable();
std::string inciter_executable();
std::string meshconv_executable();
std::string git_commit();
std::string compiler();
std::string build_hostname();
std::string build_type();
std::string build_date();
std::string regression_dir();
} // tk::