mirror of
https://github.com/intel/compute-runtime.git
synced 2026-01-04 15:53:45 +08:00
This reverts commit 68a5108e05.
Signed-off-by: Compute-Runtime-Validation <compute-runtime-validation@intel.com>
15 lines
324 B
CMake
15 lines
324 B
CMake
#
|
|
# Copyright (C) 2020-2023 Intel Corporation
|
|
#
|
|
# SPDX-License-Identifier: MIT
|
|
#
|
|
|
|
target_sources(${L0_STATIC_LIB_NAME}
|
|
PRIVATE
|
|
${CMAKE_CURRENT_SOURCE_DIR}/CMakeLists.txt
|
|
${CMAKE_CURRENT_SOURCE_DIR}/pin.cpp
|
|
${CMAKE_CURRENT_SOURCE_DIR}/pin.h
|
|
)
|
|
|
|
add_subdirectories()
|