mirror of
https://github.com/intel/compute-runtime.git
synced 2026-01-05 09:09:04 +08:00
Change-Id: I2220c3b027ccb6ab52169077ef522c29476b3e68 Signed-off-by: Zbigniew Zdanowicz <zbigniew.zdanowicz@intel.com>
12 lines
266 B
CMake
12 lines
266 B
CMake
#
|
|
# Copyright (C) 2020 Intel Corporation
|
|
#
|
|
# SPDX-License-Identifier: MIT
|
|
#
|
|
|
|
set(NEO_CORE_BUILT_INS
|
|
${CMAKE_CURRENT_SOURCE_DIR}/CMakeLists.txt
|
|
${CMAKE_CURRENT_SOURCE_DIR}/sip_kernel_type.h
|
|
)
|
|
|
|
set_property(GLOBAL PROPERTY NEO_CORE_BUILT_INS ${NEO_CORE_BUILT_INS}) |