File tree Expand file tree Collapse file tree 2 files changed +5
-7
lines changed Expand file tree Collapse file tree 2 files changed +5
-7
lines changed Original file line number Diff line number Diff line change @@ -25,12 +25,10 @@ if(UMF_BUILD_LEVEL_ZERO_PROVIDER)
25
25
add_library (umf_test_mocks STATIC level_zero_mocks.cpp)
26
26
target_link_libraries (umf_test_mocks GTest::gmock umf_utils)
27
27
target_include_directories (
28
- umf_test_mocks
29
- PRIVATE ${UMF_CMAKE_SOURCE_DIR} /include ${UMF_CMAKE_SOURCE_DIR} /src
30
- ${UMF_CMAKE_SOURCE_DIR} /src/utils ${LEVEL_ZERO_INCLUDE_DIRS} )
28
+ umf_test_mocks PUBLIC ${UMF_CMAKE_SOURCE_DIR} /include ${UMF_SRC_DIR}
29
+ ${UMF_UTILS_DIR} ${LEVEL_ZERO_INCLUDE_DIRS} )
31
30
32
31
add_library (umf_ze_loopback SHARED ze_loopback.h ze_loopback.cpp)
33
- target_include_directories (
34
- umf_ze_loopback PRIVATE ${LEVEL_ZERO_INCLUDE_DIRS} ${UMF_UTILS_DIR}
35
- ${UMF_SRC_DIR} ${UMF_CMAKE_SOURCE_DIR} /include )
32
+ target_include_directories (umf_ze_loopback
33
+ PUBLIC ${LEVEL_ZERO_INCLUDE_DIRS} )
36
34
endif ()
Original file line number Diff line number Diff line change 10
10
#ifndef UMF_TEST_PROVIDER_LEVEL_ZERO_MOCKS_H
11
11
#define UMF_TEST_PROVIDER_LEVEL_ZERO_MOCKS_H
12
12
13
- #include " utils/ utils_log.h"
13
+ #include " utils_log.h"
14
14
#include " ze_loopback.h"
15
15
#include < gmock/gmock.h>
16
16
#include < vector>
You can’t perform that action at this time.
0 commit comments