mirror of
https://github.com/intel/compute-runtime.git
synced 2025-09-15 13:01:45 +08:00
VS solution tree: move aub targets to one folder
Signed-off-by: Mateusz Jablonski <mateusz.jablonski@intel.com>
This commit is contained in:

committed by
Compute-Runtime-Automation

parent
449c0dc856
commit
fb7ea1d0a5
@ -20,7 +20,7 @@ if(NOT SKIP_NEO_UNIT_TESTS)
|
||||
endif()
|
||||
|
||||
add_dependencies(run_aub_tests run_${product}_${revision_id}_aub_tests)
|
||||
set_target_properties(run_${product}_${revision_id}_aub_tests PROPERTIES FOLDER "${PLATFORM_SPECIFIC_TEST_TARGETS_FOLDER}/${product}/${revision_id}")
|
||||
set_target_properties(run_${product}_${revision_id}_aub_tests PROPERTIES FOLDER "${AUB_TESTS_TARGETS_FOLDER}/${product}/${revision_id}")
|
||||
if(NOT SKIP_NEO_UNIT_TESTS)
|
||||
if(WIN32)
|
||||
add_dependencies(run_${product}_${revision_id}_aub_tests mock_gdi)
|
||||
|
Reference in New Issue
Block a user