Revision b973b6f4ef165a3688527a98348f35d6819a9081 authored by Christoph Lehmann on 28 March 2023, 15:33:42 UTC, committed by Christoph Lehmann on 28 March 2023, 15:33:42 UTC
Draft: Debug output for local and global matrices

See merge request ogs/ogs!4546
2 parent s 0d7ea72 + 2b3741a
Raw File
CMakeInfo.h
/**
 * \brief  CMake information.
 *
 * \file
 * \copyright
 * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org)
 *            Distributed under a Modified BSD License.
 *              See accompanying file LICENSE.txt or
 *              http://www.opengeosys.org/project/license
 *
 */

#pragma once

#include <string>

#include "cmakeinfolib_export.h"

namespace CMakeInfoLib
{

namespace CMakeInfo
{
    extern CMAKEINFOLIB_EXPORT const std::string python_virtualenv_sitepackages;
    extern CMAKEINFOLIB_EXPORT const std::string cmake_args;
}  // namespace
}  // namespace
back to top