mirror of
https://github.com/intel/compute-runtime.git
synced 2025-09-15 13:01:45 +08:00
12 lines
272 B
CMake
12 lines
272 B
CMake
#
|
|
# Copyright (C) 2020-2021 Intel Corporation
|
|
#
|
|
# SPDX-License-Identifier: MIT
|
|
#
|
|
|
|
add_custom_target(run_aub_tests)
|
|
set(AUB_TESTS_TARGETS_FOLDER "aub_product_targets")
|
|
set_target_properties(run_aub_tests PROPERTIES FOLDER ${AUB_TESTS_TARGETS_FOLDER})
|
|
|
|
add_subdirectories()
|