File tree Expand file tree Collapse file tree 3 files changed +5
-2
lines changed Expand file tree Collapse file tree 3 files changed +5
-2
lines changed Original file line number Diff line number Diff line change 11#
2- # Copyright (C) 2021-2022 Intel Corporation
2+ # Copyright (C) 2021-2023 Intel Corporation
33#
44# SPDX-License-Identifier: MIT
55#
@@ -8,7 +8,6 @@ add_subdirectory(source)
88add_subdirectory (generate_cpp_array)
99
1010set (SHARED_TEST_PROJECTS_FOLDER "neo shared" )
11- include (${NEO_SOURCE_DIR} /cmake/setup_ult_global_flags.cmake)
1211
1312if (NOT NEO_SKIP_UNIT_TESTS)
1413 add_custom_target (unit_tests)
Original file line number Diff line number Diff line change 44# SPDX-License-Identifier: MIT
55#
66
7+ include (${NEO_SOURCE_DIR} /cmake/setup_ult_global_flags.cmake)
8+
79add_library (neo_libult_common OBJECT EXCLUDE_FROM_ALL
810 ${CMAKE_CURRENT_SOURCE_DIR} /CMakeLists.txt
911 ${CMAKE_CURRENT_SOURCE_DIR} /tests_configuration.cpp
Original file line number Diff line number Diff line change @@ -13,6 +13,8 @@ endfunction()
1313ADD_SUPPORTED_TEST_PRODUCT_FAMILIES_DEFINITION()
1414link_libraries (${ASAN_LIBS} ${TSAN_LIBS} )
1515
16+ include (${NEO_SOURCE_DIR} /cmake/setup_ult_global_flags.cmake)
17+
1618add_executable (neo_shared_tests
1719 ${CMAKE_CURRENT_SOURCE_DIR} /CMakeLists.txt
1820 ${CMAKE_CURRENT_SOURCE_DIR} /api_specific_config_ult.cpp
You can’t perform that action at this time.
0 commit comments