mirror of
https://github.com/intel/compute-runtime.git
synced 2026-01-03 14:55:24 +08:00
Change-Id: Ib95ee94007d414684850fa9947d22b863cbc087f Signed-off-by: Matias A. Cabral <matias.a.cabral@intel.com>
14 lines
347 B
CMake
14 lines
347 B
CMake
#
|
|
# Copyright (C) 2020 Intel Corporation
|
|
#
|
|
# SPDX-License-Identifier: MIT
|
|
#
|
|
|
|
set(L0_TOOLS_API
|
|
${CMAKE_CURRENT_SOURCE_DIR}/ze_tools_loader.cpp
|
|
${CMAKE_CURRENT_SOURCE_DIR}/zet_debug.cpp
|
|
${CMAKE_CURRENT_SOURCE_DIR}/zet_metric.cpp
|
|
${CMAKE_CURRENT_SOURCE_DIR}/zet_module.cpp
|
|
)
|
|
set_property(GLOBAL PROPERTY L0_TOOLS_API ${L0_TOOLS_API})
|