mirror of
https://github.com/intel/compute-runtime.git
synced 2026-01-05 09:09:04 +08:00
Related-To: NEO-4480 Change-Id: I16da4434ec24753eabdb1bce9e38ed2e1e83ed6c Signed-off-by: Mateusz Hoppe <mateusz.hoppe@intel.com>
19 lines
416 B
CMake
19 lines
416 B
CMake
#
|
|
# Copyright (C) 2019-2020 Intel Corporation
|
|
#
|
|
# SPDX-License-Identifier: MIT
|
|
#
|
|
|
|
set(L0_SRCS_TOOLS_PIN
|
|
${CMAKE_CURRENT_SOURCE_DIR}/CMakeLists.txt
|
|
${CMAKE_CURRENT_SOURCE_DIR}/pin.cpp
|
|
${CMAKE_CURRENT_SOURCE_DIR}/pin.h
|
|
)
|
|
|
|
target_sources(${L0_STATIC_LIB_NAME} PRIVATE
|
|
${L0_SRCS_TOOLS_PIN}
|
|
)
|
|
|
|
# Make our source files visible to parent
|
|
set_property(GLOBAL PROPERTY L0_SRCS_TOOLS_PIN ${L0_SRCS_TOOLS_PIN})
|