We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f0406e2 commit 7fdb8aeCopy full SHA for 7fdb8ae
examples/qualcomm/CMakeLists.txt
@@ -82,6 +82,14 @@ add_subdirectory(
82
${CMAKE_CURRENT_SOURCE_DIR}/../../extension/llm/tokenizers/third-party/re2
83
${CMAKE_CURRENT_BINARY_DIR}/re2
84
)
85
+add_subdirectory(
86
+ ${CMAKE_CURRENT_SOURCE_DIR}/../../extension/llm/tokenizers/third-party/pcre2
87
+ ${CMAKE_CURRENT_BINARY_DIR}/pcre2
88
+)
89
90
+ ${CMAKE_CURRENT_SOURCE_DIR}/../../extension/llm/tokenizers/third-party/json/single_include
91
+ ${CMAKE_CURRENT_BINARY_DIR}/json
92
93
set(CMAKE_POSITION_INDEPENDENT_CODE ${_pic_flag})
94
95
# build qnn_executor_runner
0 commit comments