Files
compute-runtime/shared/test/common/test_macros/CMakeLists.txt
Mateusz Jablonski c22482f6f7 test: unify main function for test targets
Signed-off-by: Mateusz Jablonski <mateusz.jablonski@intel.com>
2023-07-28 20:00:45 +02:00

13 lines
291 B
CMake

#
# Copyright (C) 2021-2023 Intel Corporation
#
# SPDX-License-Identifier: MIT
#
set(NEO_CORE_test_macros
${CMAKE_CURRENT_SOURCE_DIR}/CMakeLists.txt
${CMAKE_CURRENT_SOURCE_DIR}/test.h
)
add_subdirectories()
set_property(GLOBAL PROPERTY NEO_CORE_test_macros ${NEO_CORE_test_macros})