File tree 3 files changed +5
-2
lines changed
3 files changed +5
-2
lines changed Original file line number Diff line number Diff line change 1
1
#
2
- # Copyright (C) 2021-2022 Intel Corporation
2
+ # Copyright (C) 2021-2023 Intel Corporation
3
3
#
4
4
# SPDX-License-Identifier: MIT
5
5
#
@@ -8,7 +8,6 @@ add_subdirectory(source)
8
8
add_subdirectory (generate_cpp_array)
9
9
10
10
set (SHARED_TEST_PROJECTS_FOLDER "neo shared" )
11
- include (${NEO_SOURCE_DIR} /cmake/setup_ult_global_flags.cmake)
12
11
13
12
if (NOT NEO_SKIP_UNIT_TESTS)
14
13
add_custom_target (unit_tests)
Original file line number Diff line number Diff line change 4
4
# SPDX-License-Identifier: MIT
5
5
#
6
6
7
+ include (${NEO_SOURCE_DIR} /cmake/setup_ult_global_flags.cmake)
8
+
7
9
add_library (neo_libult_common OBJECT EXCLUDE_FROM_ALL
8
10
${CMAKE_CURRENT_SOURCE_DIR} /CMakeLists.txt
9
11
${CMAKE_CURRENT_SOURCE_DIR} /tests_configuration.cpp
Original file line number Diff line number Diff line change @@ -13,6 +13,8 @@ endfunction()
13
13
ADD_SUPPORTED_TEST_PRODUCT_FAMILIES_DEFINITION()
14
14
link_libraries (${ASAN_LIBS} ${TSAN_LIBS} )
15
15
16
+ include (${NEO_SOURCE_DIR} /cmake/setup_ult_global_flags.cmake)
17
+
16
18
add_executable (neo_shared_tests
17
19
${CMAKE_CURRENT_SOURCE_DIR} /CMakeLists.txt
18
20
${CMAKE_CURRENT_SOURCE_DIR} /api_specific_config_ult.cpp
You can’t perform that action at this time.
0 commit comments