VS solution tree: move aub targets to one folder

Signed-off-by: Mateusz Jablonski <mateusz.jablonski@intel.com>
This commit is contained in:
Mateusz Jablonski
2021-07-05 14:49:15 +00:00
committed by Compute-Runtime-Automation
parent 449c0dc856
commit fb7ea1d0a5
2 changed files with 3 additions and 2 deletions

View File

@@ -5,6 +5,7 @@
#
add_custom_target(run_aub_tests ALL)
set_target_properties(run_aub_tests PROPERTIES FOLDER aub_product_targets)
set(AUB_TESTS_TARGETS_FOLDER "aub_product_targets")
set_target_properties(run_aub_tests PROPERTIES FOLDER ${AUB_TESTS_TARGETS_FOLDER})
add_subdirectories()