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