mirror of
https://github.com/intel/compute-runtime.git
synced 2025-09-15 13:01:45 +08:00
14 lines
225 B
Modula-2
14 lines
225 B
Modula-2
;
|
|
; Copyright (C) 2017-2021 Intel Corporation
|
|
;
|
|
; SPDX-License-Identifier: MIT
|
|
;
|
|
|
|
; ${MSVC_DEF_HEADER}
|
|
|
|
LIBRARY "${MSVC_DEF_LIB_NAME}"
|
|
EXPORTS
|
|
clGetPlatformInfo
|
|
clGetExtensionFunctionAddress
|
|
${MSVC_DEF_ADDITIONAL_EXPORTS}
|