mirror of
https://github.com/intel/compute-runtime.git
synced 2025-12-25 05:24:02 +08:00
Related-To: NEO-1157 Change-Id: Ie1b907e838cfb9ad0d75cc8971d415f7c77103c9 Signed-off-by: Pawel Cieslak <pawel.cieslak@intel.com>
17 lines
439 B
CMake
17 lines
439 B
CMake
#
|
|
# Copyright (C) 2020 Intel Corporation
|
|
#
|
|
# SPDX-License-Identifier: MIT
|
|
#
|
|
|
|
set(NEO_CORE_IMAGE
|
|
${CMAKE_CURRENT_SOURCE_DIR}/CMakeLists.txt
|
|
${CMAKE_CURRENT_SOURCE_DIR}/image_surface_state.h
|
|
${CMAKE_CURRENT_SOURCE_DIR}/image_bdw_plus.inl
|
|
${CMAKE_CURRENT_SOURCE_DIR}/image_tgllp_plus.inl
|
|
${CMAKE_CURRENT_SOURCE_DIR}/image_skl_plus.inl
|
|
)
|
|
|
|
set_property(GLOBAL PROPERTY NEO_CORE_IMAGE ${NEO_CORE_IMAGE})
|
|
add_subdirectories()
|