File tree Expand file tree Collapse file tree 1 file changed +2
-4
lines changed
Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -23,16 +23,14 @@ target_include_directories(umf_test_common
2323
2424if (UMF_BUILD_LEVEL_ZERO_PROVIDER)
2525 add_library (umf_test_mocks STATIC level_zero_mocks.cpp)
26-
2726 target_link_libraries (umf_test_mocks GTest::gmock umf_utils)
28-
2927 target_include_directories (
3028 umf_test_mocks
3129 PRIVATE ${UMF_CMAKE_SOURCE_DIR} /include ${UMF_CMAKE_SOURCE_DIR} /src
32- ${UMF_CMAKE_SOURCE_DIR} /src/utils ${ZE_LOADER_INCLUDE_DIRS } )
30+ ${UMF_CMAKE_SOURCE_DIR} /src/utils ${LEVEL_ZERO_INCLUDE_DIRS } )
3331
3432 add_library (umf_ze_loopback SHARED ze_loopback.h ze_loopback.cpp)
3533 target_include_directories (
36- umf_ze_loopback PRIVATE ${ZE_LOADER_INCLUDE_DIRS } ${UMF_UTILS_DIR}
34+ umf_ze_loopback PRIVATE ${LEVEL_ZERO_INCLUDE_DIRS } ${UMF_UTILS_DIR}
3735 ${UMF_SRC_DIR} ${UMF_CMAKE_SOURCE_DIR} /include )
3836endif ()
You can’t perform that action at this time.
0 commit comments