fix building on linux with GPU (#249)
This commit is contained in:
@@ -90,6 +90,7 @@ endif()
|
||||
if(SHERPA_ONNX_ENABLE_GPU)
|
||||
target_link_libraries(sherpa-onnx-core
|
||||
onnxruntime_providers_cuda
|
||||
onnxruntime_providers_shared
|
||||
)
|
||||
endif()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user