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 031d404Copy full SHA for 031d404
examples/qualcomm/CMakeLists.txt
@@ -82,6 +82,10 @@ 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
set(CMAKE_POSITION_INDEPENDENT_CODE ${_pic_flag})
90
91
# build qnn_executor_runner
0 commit comments