File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -35,7 +35,7 @@ find_package(gflags REQUIRED)
3535set (_common_compile_options -Wno-deprecated-declarations -fPIC)
3636
3737# Let files say "include <executorch/path/to/header.h>".
38- set (_common_include_directories ${EXECUTORCH_ROOT} /..)
38+ set (_common_include_directories ${EXECUTORCH_ROOT} /.. ${EXECUTORCH_ROOT} /extension/llm/tokenizers/third-party/json/single_include )
3939
4040#
4141# The `_<target>_srcs` lists are defined by including ${EXECUTORCH_SRCS_FILE}.
@@ -67,6 +67,7 @@ target_include_directories(
6767 PUBLIC
6868 ${_common_include_directories}
6969 ${CMAKE_CURRENT_SOURCE_DIR} /../../extension/llm/tokenizers/include
70+ ${CMAKE_CURRENT_SOURCE_DIR} /../../extension/llm/tokenizers/third-party/json/single_include
7071)
7172
7273# find RE2 for tokenizer
You can’t perform that action at this time.
0 commit comments