Files
compute-runtime/target_aub_tests/CMakeLists.txt
Mateusz Jablonski fb7ea1d0a5 VS solution tree: move aub targets to one folder
Signed-off-by: Mateusz Jablonski <mateusz.jablonski@intel.com>
2021-07-05 19:34:46 +02:00

12 lines
276 B
CMake

#
# Copyright (C) 2020-2021 Intel Corporation
#
# SPDX-License-Identifier: MIT
#
add_custom_target(run_aub_tests ALL)
set(AUB_TESTS_TARGETS_FOLDER "aub_product_targets")
set_target_properties(run_aub_tests PROPERTIES FOLDER ${AUB_TESTS_TARGETS_FOLDER})
add_subdirectories()