Files
compute-runtime/target_aub_tests/CMakeLists.txt
Mateusz Jablonski a7553c9c0d Fix run_aub_tests target properties
Signed-off-by: Mateusz Jablonski <mateusz.jablonski@intel.com>
2021-08-02 16:25:33 +02:00

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()