Skip to content

Commit 7fdb8ae

Browse files
committed
Fix qnn build
1 parent f0406e2 commit 7fdb8ae

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

examples/qualcomm/CMakeLists.txt

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,14 @@ 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+
)
89+
add_subdirectory(
90+
${CMAKE_CURRENT_SOURCE_DIR}/../../extension/llm/tokenizers/third-party/json/single_include
91+
${CMAKE_CURRENT_BINARY_DIR}/json
92+
)
8593
set(CMAKE_POSITION_INDEPENDENT_CODE ${_pic_flag})
8694

8795
# build qnn_executor_runner

0 commit comments

Comments
 (0)