mirror of
https://github.com/intel/compute-runtime.git
synced 2025-09-15 13:01:45 +08:00
15 lines
221 B
C
15 lines
221 B
C
/*
|
|
* Copyright (C) 2021 Intel Corporation
|
|
*
|
|
* SPDX-License-Identifier: MIT
|
|
*
|
|
*/
|
|
|
|
#pragma once
|
|
|
|
#ifndef NEO_DISABLE_SOURCE_FILE_PATHS
|
|
#define NEO_SOURCE_FILE_PATH __FILE__
|
|
#else
|
|
#define NEO_SOURCE_FILE_PATH ""
|
|
#endif
|