14 lines
195 B
C++
14 lines
195 B
C++
![]() |
/*
|
||
|
* Copyright (C) 2022 Intel Corporation
|
||
|
*
|
||
|
* SPDX-License-Identifier: MIT
|
||
|
*
|
||
|
*/
|
||
|
|
||
|
#include "ocloc_dll_options.h"
|
||
|
|
||
|
namespace Os {
|
||
|
|
||
|
const char *igaDllName = IGA_LIBRARY_NAME;
|
||
|
|
||
|
} // namespace Os
|