File tree Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -45,7 +45,7 @@ function(build_umf_test)
45
45
endif ()
46
46
47
47
set (TEST_LIBS
48
- test_common
48
+ umf_test_common
49
49
${ARG_LIBS}
50
50
GTest::gtest_main
51
51
${LIBS_OPTIONAL}
Original file line number Diff line number Diff line change 1
- # Copyright (C) 2023 Intel Corporation
1
+ # Copyright (C) 2023-2024 Intel Corporation
2
2
# Under the Apache License v2.0 with LLVM Exceptions. See LICENSE.TXT.
3
3
# SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
4
4
@@ -10,8 +10,9 @@ set(COMMON_SOURCES
10
10
provider_trace.c )
11
11
12
12
add_umf_library (
13
- NAME test_common
13
+ NAME umf_test_common
14
14
TYPE STATIC
15
15
SRCS ${COMMON_SOURCES} )
16
16
17
- target_include_directories (test_common PRIVATE ${UMF_CMAKE_SOURCE_DIR} /include )
17
+ target_include_directories (umf_test_common
18
+ PRIVATE ${UMF_CMAKE_SOURCE_DIR} /include )
You can’t perform that action at this time.
0 commit comments