cmake: refactor unit tests targets dependencies

Signed-off-by: Artur Harasimiuk <artur.harasimiuk@intel.com>
This commit is contained in:
Artur Harasimiuk
2020-12-10 15:28:23 +01:00
committed by Compute-Runtime-Automation
parent e789375cd5
commit 05ab806126
7 changed files with 17 additions and 11 deletions

View File

@@ -147,4 +147,6 @@ else()
)
endif()
add_dependencies(unit_tests ${TARGET_NAME})
create_source_tree(${TARGET_NAME} ${L0_ROOT_DIR}/..)