2019-11-21 13:52:43 +01:00
|
|
|
/*
|
2020-02-22 23:48:51 +01:00
|
|
|
* Copyright (C) 2019-2020 Intel Corporation
|
2019-11-21 13:52:43 +01:00
|
|
|
*
|
|
|
|
|
* SPDX-License-Identifier: MIT
|
|
|
|
|
*
|
|
|
|
|
*/
|
|
|
|
|
|
|
|
|
|
#pragma once
|
|
|
|
|
|
|
|
|
|
extern std::string getCurrentDirectoryOwn(std::string outDirForBuilds);
|