Skip to content

Commit dbb8298

Browse files
committed
fix includes for level_zero_mocks.cpp
1 parent 7bd5c24 commit dbb8298

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/common/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ if(UMF_LEVEL_ZERO_ENABLED)
3535
target_include_directories(
3636
umf_test_mocks
3737
PRIVATE ${UMF_CMAKE_SOURCE_DIR}/include ${UMF_CMAKE_SOURCE_DIR}/src
38-
${UMF_CMAKE_SOURCE_DIR}/src/utils)
38+
${UMF_CMAKE_SOURCE_DIR}/src/utils ${ZE_LOADER_INCLUDE_DIRS})
3939

4040
add_library(umf_ze_loopback SHARED ze_loopback.h ze_loopback.cpp)
4141
target_include_directories(

0 commit comments

Comments
 (0)