fix snpe build (#14616)

### Description
Fix SNPE build issue caused by cmake dependency refactor

### Motivation and Context
<!-- - Why is this change required? What problem does it solve?
fix issue: https://github.com/microsoft/onnxruntime/pull/14547
This commit is contained in:
Hector Li 2023-02-07 15:33:05 -08:00 committed by GitHub
parent 8f34c8c8ed
commit cd7098fdf4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -462,7 +462,7 @@ if (onnxruntime_USE_CUDA)
endif()
if(onnxruntime_USE_SNPE)
include(find_snpe.cmake)
include(external/find_snpe.cmake)
list(APPEND onnxruntime_EXTERNAL_LIBRARIES ${SNPE_NN_LIBS})
endif()