Improve CMakeFiles.txt

add subdirectories in black_box_tests cmake

Signed-off-by: Mateusz Hoppe <mateusz.hoppe@intel.com>
This commit is contained in:
Mateusz Hoppe
2022-06-09 15:12:45 +00:00
committed by Compute-Runtime-Automation
parent f5b1a0e45b
commit e8e1abf5e0

View File

@ -34,3 +34,5 @@ if("${CMAKE_BUILD_TYPE}" STREQUAL "Debug")
target_link_libraries(${TEST_NAME} PUBLIC ${NEO_DYNAMIC_LIB_NAME})
endif()
endif()
add_subdirectories()