Skip to content

Commit f52f106

Browse files
committed
install UR L0 adapter
Signed-off-by: smaslov <[email protected]>
1 parent 0b56ca4 commit f52f106

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

sycl/plugins/unified_runtime/CMakeLists.txt

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -133,3 +133,10 @@ if (TARGET UnifiedRuntimeLoader)
133133
LIBRARY DESTINATION ${CMAKE_INSTALL_LIBDIR} COMPONENT level-zero-sycl-dev
134134
)
135135
endif()
136+
137+
# Install the UR adapters too
138+
install(TARGETS ur_adapter_level_zero
139+
ARCHIVE DESTINATION ${CMAKE_INSTALL_LIBDIR} COMPONENT level-zero-sycl-dev
140+
RUNTIME DESTINATION ${CMAKE_INSTALL_BINDIR} COMPONENT level-zero-sycl-dev
141+
LIBRARY DESTINATION ${CMAKE_INSTALL_LIBDIR} COMPONENT level-zero-sycl-dev
142+
)

0 commit comments

Comments
 (0)