Files
compute-runtime/shared/offline_compiler/source/utilities/windows/get_path.cpp

13 lines
159 B
C++
Raw Normal View History

/*
* Copyright (C) 2020 Intel Corporation
*
* SPDX-License-Identifier: MIT
*
*/
#include <string>
std::string getPath() {
return std::string("");
}