Skip to content

Commit 8c8c403

Browse files
authored
[UR] Include level zero headers for native command buffers test (#17805)
1 parent 4ec3e5b commit 8c8c403

File tree

1 file changed

+1
-1
lines changed
  • unified-runtime/test/conformance/exp_command_buffer/native-command

1 file changed

+1
-1
lines changed

unified-runtime/test/conformance/exp_command_buffer/native-command/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ endif()
1515

1616
if (UR_BUILD_ADAPTER_L0 OR UR_BUILD_ADAPTER_L0_v2)
1717
target_sources(test-exp_command_buffer PRIVATE "append_native_L0.cpp")
18-
target_link_libraries(test-exp_command_buffer PRIVATE LevelZeroLoader)
18+
target_link_libraries(test-exp_command_buffer PRIVATE LevelZeroLoader LevelZeroLoader-Headers)
1919
endif()
2020

2121
if (UR_BUILD_ADAPTER_OPENCL)

0 commit comments

Comments
 (0)