Files
compute-runtime/shared/offline_compiler/source/utilities/get_current_dir.h
chmielew e28419fc91 moving ocloc to shared folder
Change-Id: Ic739cf747f7e6fae2c0cd57f0bc1aa0899d3aa53
2020-02-27 18:46:00 +01:00

10 lines
176 B
C++

/*
* Copyright (C) 2019-2020 Intel Corporation
*
* SPDX-License-Identifier: MIT
*
*/
#pragma once
extern std::string getCurrentDirectoryOwn(std::string outDirForBuilds);