Files
compute-runtime/shared/test/common/source_level_debugger/CMakeLists.txt
Warchulski, Jaroslaw d795182eae Move files from shared/test/unit_test to /common (preamble, utilities)
unit_test/preamble/preamble_fixture.h -> common/fixtures
unit_test/source_level_debugger -> common/
unit_test/utilities/base_object_utils.h -> common/utilities
unit_test/utilities/destructor_counted.h -> common/utilities
unit_test/utilities/logger_tests.h -> common/utilities

Related-To: NEO-6524
Signed-off-by: Warchulski, Jaroslaw <jaroslaw.warchulski@intel.com>
2022-08-17 11:24:58 +02:00

13 lines
421 B
CMake

#
# Copyright (C) 2019-2022 Intel Corporation
#
# SPDX-License-Identifier: MIT
#
set(NEO_CORE_TESTS_SOURCE_LEVEL_DEBUGGER
${CMAKE_CURRENT_SOURCE_DIR}/CMakeLists.txt
${CMAKE_CURRENT_SOURCE_DIR}/source_level_debugger_preamble_test.h
${CMAKE_CURRENT_SOURCE_DIR}/source_level_debugger_preamble_test.inl
)
set_property(GLOBAL PROPERTY NEO_CORE_TESTS_SOURCE_LEVEL_DEBUGGER ${NEO_CORE_TESTS_SOURCE_LEVEL_DEBUGGER})