mirror of
https://github.com/intel/compute-runtime.git
synced 2025-12-22 01:48:50 +08:00
13 lines
337 B
CMake
13 lines
337 B
CMake
|
|
#
|
||
|
|
# Copyright (C) 2023 Intel Corporation
|
||
|
|
#
|
||
|
|
# SPDX-License-Identifier: MIT
|
||
|
|
#
|
||
|
|
|
||
|
|
set(NEO_CORE_COMPILER_INTERFACE_LINUX
|
||
|
|
${CMAKE_CURRENT_SOURCE_DIR}/compiler_cache_linux.cpp
|
||
|
|
${CMAKE_CURRENT_SOURCE_DIR}/os_compiler_cache_helper.cpp
|
||
|
|
)
|
||
|
|
|
||
|
|
set_property(GLOBAL PROPERTY NEO_CORE_COMPILER_INTERFACE_LINUX ${NEO_CORE_COMPILER_INTERFACE_LINUX})
|