mirror of
https://github.com/intel/compute-runtime.git
synced 2026-01-03 06:49:52 +08:00
16 lines
407 B
CMake
16 lines
407 B
CMake
#
|
|
# Copyright (C) 2019 Intel Corporation
|
|
#
|
|
# SPDX-License-Identifier: MIT
|
|
#
|
|
|
|
set(NEO_COMPILER_INTERFACE
|
|
${CMAKE_CURRENT_SOURCE_DIR}/CMakeLists.txt
|
|
${CMAKE_CURRENT_SOURCE_DIR}/compiler_cache.h
|
|
${CMAKE_CURRENT_SOURCE_DIR}/compiler_cache.cpp
|
|
${CMAKE_CURRENT_SOURCE_DIR}/linker.h
|
|
${CMAKE_CURRENT_SOURCE_DIR}/linker.cpp
|
|
)
|
|
|
|
set_property(GLOBAL PROPERTY NEO_COMPILER_INTERFACE ${NEO_COMPILER_INTERFACE})
|