Skip to content

Commit c11c090

Browse files
[SYCL] Install sycl-ls (#2330)
Make the "sycl-ls" utility installed and available. Signed-off-by: Sergey V Maslov <[email protected]>
1 parent c5f2cd0 commit c11c090

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

sycl/tools/sycl-ls/CMakeLists.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,5 @@ target_link_libraries(sycl-ls
66
sycl
77
OpenCL::Headers
88
)
9+
install(TARGETS sycl-ls
10+
RUNTIME DESTINATION "bin" COMPONENT sycl-ls)

0 commit comments

Comments
 (0)