We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c5f2cd0 commit c11c090Copy full SHA for c11c090
sycl/tools/sycl-ls/CMakeLists.txt
@@ -6,3 +6,5 @@ target_link_libraries(sycl-ls
6
sycl
7
OpenCL::Headers
8
)
9
+install(TARGETS sycl-ls
10
+ RUNTIME DESTINATION "bin" COMPONENT sycl-ls)
0 commit comments