File tree Expand file tree Collapse file tree 2 files changed +7
-9
lines changed
Expand file tree Collapse file tree 2 files changed +7
-9
lines changed Original file line number Diff line number Diff line change @@ -467,6 +467,11 @@ if(BUILD_WITH_L0)
467467 append_sources_from_properties(L0_SHARED_LIB_SRCS L0_SRCS_DLL NEO_CORE_SRCS_LINK)
468468 target_sources (${TARGET_NAME_L0} PRIVATE $<TARGET_OBJECTS:${L0_RELEASE_LIB_NAME} > ${L0_SHARED_LIB_SRCS} )
469469
470+ target_link_libraries (${TARGET_NAME_L0}
471+ ${NEO_STATICALLY_LINKED_LIBRARIES}
472+ ${OS_SPECIFIC_LIBS} ${ASAN_LIBS} ${TSAN_LIBS}
473+ )
474+
470475 if (UNIX )
471476 target_link_libraries (${TARGET_NAME_L0} ${GMM_LINK_NAME} )
472477
@@ -475,11 +480,6 @@ if(BUILD_WITH_L0)
475480 )
476481 endif ()
477482
478- target_link_libraries (${TARGET_NAME_L0}
479- ${NEO_STATICALLY_LINKED_LIBRARIES}
480- ${OS_SPECIFIC_LIBS} ${ASAN_LIBS} ${TSAN_LIBS}
481- )
482-
483483 create_source_tree(${TARGET_NAME_L0} ${L0_ROOT_DIR} /..)
484484
485485 set_property (TARGET ${TARGET_NAME_L0} APPEND_STRING PROPERTY COMPILE_FLAGS ${ASAN_FLAGS} )
Original file line number Diff line number Diff line change 11/*
2- * Copyright (C) 2020- 2021 Intel Corporation
2+ * Copyright (C) 2021 Intel Corporation
33 *
44 * SPDX-License-Identifier: MIT
55 *
66 */
77
88{
9- global:
10- ze*;
119 local:
12- *;
10+ cl *;
1311};
You can’t perform that action at this time.
0 commit comments