mirror of
https://github.com/intel/compute-runtime.git
synced 2026-01-03 14:55:24 +08:00
Remove need for zetInit call for tracing Change-Id: Icbb75d8f52e2f9107e5308fd0c99415ea1e227f6 Signed-off-by: davidoli <david.olien@intel.com>
15 lines
395 B
CMake
15 lines
395 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_metric.cpp
|
|
${CMAKE_CURRENT_SOURCE_DIR}/zet_sysman.cpp
|
|
${CMAKE_CURRENT_SOURCE_DIR}/zet_driver.cpp
|
|
${CMAKE_CURRENT_SOURCE_DIR}/zet_module.cpp
|
|
)
|
|
set_property(GLOBAL PROPERTY L0_TOOLS_API ${L0_TOOLS_API})
|