sycl: fix example build (#2570)

This commit is contained in:
Stefan Sydow
2024-11-18 13:57:23 +01:00
committed by GitHub
parent 01d3bd7d5c
commit d24f981fb2
3 changed files with 9 additions and 6 deletions

View File

@ -137,7 +137,7 @@ if (WHISPER_SDL2)
set_target_properties(lsp PROPERTIES FOLDER "examples")
if (GGML_SYCL)
add_subdirectory(sycl)
set_target_properties(sycl PROPERTIES FOLDER "examples")
set_target_properties(ls-sycl-device PROPERTIES FOLDER "examples")
endif()
endif (WHISPER_SDL2)
endif()