swh:1:snp:6088ab52ef49920e01e3f334cdf4d5d6c8a822b9
Raw File
Tip revision: 43f2aace61566eeff81041b14e407035a9c27b4c authored by Dmitri Naumov on 26 May 2021, 16:00:02 UTC
[MPL] Function-type Property using exprtk.
Tip revision: 43f2aac
CMakeInfo.h
/**
 * \brief  CMake information.
 *
 * \file
 * \copyright
 * Copyright (c) 2012-2021, 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