From a4102fb812fb5e1b3e1ca1b86f0cbce27748a9cd Mon Sep 17 00:00:00 2001 From: Mateusz Hoppe Date: Fri, 26 Feb 2021 15:21:01 +0000 Subject: [PATCH] Add subdirectories in blackbox tests Cmakelists.txt Signed-off-by: Mateusz Hoppe --- level_zero/tools/test/black_box_tests/CMakeLists.txt | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/level_zero/tools/test/black_box_tests/CMakeLists.txt b/level_zero/tools/test/black_box_tests/CMakeLists.txt index b853d88af0..401ef6568b 100644 --- a/level_zero/tools/test/black_box_tests/CMakeLists.txt +++ b/level_zero/tools/test/black_box_tests/CMakeLists.txt @@ -1,5 +1,5 @@ # -# Copyright (C) 2020 Intel Corporation +# Copyright (C) 2020-2021 Intel Corporation # # SPDX-License-Identifier: MIT # @@ -31,3 +31,5 @@ if("${CMAKE_BUILD_TYPE}" STREQUAL "Debug") endforeach() endif() endif() + +add_subdirectories()