https://gitlab.opengeosys.org/ogs/ogs.git
Raw File
Tip revision: 39f44c94e53ac70a098d3108c54de5a9f5981633 authored by wenqing on 29 November 2023, 14:45:13 UTC
Merge branch 'impr_vapor_diffusion' into 'master'
Tip revision: 39f44c9
CMakeInfo.h
/**
 * \file
 * \brief  CMake information.
 *
 * \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 CMakeInfo
}  // namespace CMakeInfoLib
back to top