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 9db885d commit 41832ecCopy full SHA for 41832ec
sycl/CMakeLists.txt
@@ -363,6 +363,13 @@ if (NOT WIN32)
363
RENAME "libsycl.so.${SYCL_VERSION_STRING}-gdb.py"
364
DESTINATION "lib${LLVM_LIBDIR_SUFFIX}/"
365
COMPONENT sycl-headers-extras)
366
+ if (SYCL_ENABLE_MAJOR_RELEASE_PREVIEW_LIB)
367
+ install(FILES
368
+ "${CMAKE_CURRENT_SOURCE_DIR}/gdb/libsycl.so-gdb.py"
369
+ RENAME "libsycl-preview.so.${SYCL_VERSION_STRING}-gdb.py"
370
+ DESTINATION "lib${LLVM_LIBDIR_SUFFIX}/"
371
+ COMPONENT sycl-headers-extras)
372
+ endif()
373
endif()
374
375
if(SYCL_ENABLE_XPTI_TRACING AND
0 commit comments