Files
compute-runtime/level_zero/tools/source/CMakeLists.txt
lgotszal 3bd4bca911 Copyright header update
Dates corrected in copyright headers to reflect original publication date
(2018 for OpenCL, 2020 for Level Zero).

Signed-off-by: lgotszal <lukasz.gotszald@intel.com>
2021-05-17 20:38:19 +02:00

20 lines
445 B
CMake

#
# Copyright (C) 2020-2021 Intel Corporation
#
# SPDX-License-Identifier: MIT
#
add_subdirectory(debug)
add_subdirectory(metrics)
add_subdirectory(sysman)
add_subdirectory(pin)
target_sources(${L0_STATIC_LIB_NAME}
PRIVATE
${L0_TOOLS_SOURCES}
${CMAKE_CURRENT_SOURCE_DIR}/CMakeLists.txt
)
# Make our source files visible to parent
set_property(GLOBAL PROPERTY L0_TOOLS_SOURCES ${L0_TOOLS_SOURCES})