mirror of
https://github.com/intel/compute-runtime.git
synced 2026-01-05 09:09:04 +08:00
Change-Id: I2479d283cffc9c7f8b49ac616026d9afa491da29 Signed-off-by: Konstanty Misiak <konstanty.misiak@intel.com>
12 lines
281 B
CMake
12 lines
281 B
CMake
#
|
|
# Copyright (C) 2019-2020 Intel Corporation
|
|
#
|
|
# SPDX-License-Identifier: MIT
|
|
#
|
|
|
|
target_sources(${TARGET_NAME} PRIVATE
|
|
${CMAKE_CURRENT_SOURCE_DIR}/CMakeLists.txt
|
|
${CMAKE_CURRENT_SOURCE_DIR}/command_container_tests.cpp
|
|
${CMAKE_CURRENT_SOURCE_DIR}/command_encoder_tests.cpp
|
|
)
|