mirror of
https://github.com/intel/compute-runtime.git
synced 2026-01-03 14:55:24 +08:00
Related-To: NEO-5659, NEO-5654, NEO-5653 Signed-off-by: Maciej Plewka <maciej.plewka@intel.com>
14 lines
348 B
CMake
14 lines
348 B
CMake
#
|
|
# Copyright (C) 2020-2021 Intel Corporation
|
|
#
|
|
# SPDX-License-Identifier: MIT
|
|
#
|
|
|
|
target_sources(${TARGET_NAME} PRIVATE
|
|
${CMAKE_CURRENT_SOURCE_DIR}/CMakeLists.txt
|
|
${CMAKE_CURRENT_SOURCE_DIR}/image_surface_state_fixture.h
|
|
${CMAKE_CURRENT_SOURCE_DIR}/image_surface_state_tests.cpp
|
|
)
|
|
|
|
add_subdirectories()
|