blob: 73f51da3184be47f1c43d9f2ed83cc03ec97247f (
plain)
1
2
3
4
5
6
7
8
9
10
|
// Copyright (C) 2018 Jochen Seemann
// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0
#pragma once
namespace Conan::Internal {
void setupConanInstallStep();
} // Conan::Internal
|