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
23
23
24
24
if (UMF_BUILD_LEVEL_ZERO_PROVIDER)
25
25
add_library (umf_test_mocks STATIC level_zero_mocks.cpp)
26
-
27
26
target_link_libraries (umf_test_mocks GTest::gmock umf_utils)
28
-
29
27
target_include_directories (
30
28
umf_test_mocks
31
29
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 } )
33
31
34
32
add_library (umf_ze_loopback SHARED ze_loopback.h ze_loopback.cpp)
35
33
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}
37
35
${UMF_SRC_DIR} ${UMF_CMAKE_SOURCE_DIR} /include )
38
36
endif ()
You can’t perform that action at this time.
0 commit comments