mirror of
https://github.com/intel/compute-runtime.git
synced 2026-01-03 06:49:52 +08:00
In order to support latest spec, where sysman's initialization could happen independent of core's initialization, add a new sysman directory inside level_zero. Related-To: LOCI-3887 Signed-off-by: Jitendra Sharma <jitendra.sharma@intel.com>
10 lines
147 B
CMake
10 lines
147 B
CMake
#
|
|
# Copyright (C) 2023 Intel Corporation
|
|
#
|
|
# SPDX-License-Identifier: MIT
|
|
#
|
|
|
|
if(NOT NEO_SKIP_L0_UNIT_TESTS)
|
|
add_subdirectory(unit_tests)
|
|
endif()
|