Files
compute-runtime/core/image/CMakeLists.txt
kamdiedrich 27c2242576 Move programminng image surface state to core folder [5/n]
Change-Id: I062e3367b6398af6198847c80113a6c2aea2bb73
2020-02-17 09:55:29 +01:00

17 lines
429 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()