Skip to content

Commit 031d404

Browse files
committed
Fix qnn build
1 parent f0406e2 commit 031d404

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

examples/qualcomm/CMakeLists.txt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,10 @@ add_subdirectory(
8282
${CMAKE_CURRENT_SOURCE_DIR}/../../extension/llm/tokenizers/third-party/re2
8383
${CMAKE_CURRENT_BINARY_DIR}/re2
8484
)
85+
add_subdirectory(
86+
${CMAKE_CURRENT_SOURCE_DIR}/../../extension/llm/tokenizers/third-party/pcre2
87+
${CMAKE_CURRENT_BINARY_DIR}/pcre2
88+
)
8589
set(CMAKE_POSITION_INDEPENDENT_CODE ${_pic_flag})
8690

8791
# build qnn_executor_runner

0 commit comments

Comments
 (0)