Revision f54d158b1b3514726c6c8aae37120e5ab9a3cdfb authored by Dmitri Naumov on 10 October 2021, 10:39:44 UTC, committed by Dmitri Naumov on 10 October 2021, 10:48:40 UTC
1 parent 4ffdd41
Raw File
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