Revision 3bff72cc058ba960c48c46b1058ee2218b24ac89 authored by Lars Bilke on 10 December 2020, 20:32:42 UTC, committed by Lars Bilke on 10 December 2020, 20:32:42 UTC
Draft: [ci Fix large benchmark CylindricalCavity

See merge request ogs/ogs!3321
2 parent s 186f776 + 094de66
Raw File
CMakeInfo.h
/**
 * \brief  CMake information.
 *
 * \file
 * \copyright
 * Copyright (c) 2012-2020, 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