Skip to content

Commit

Permalink
cmake: include folder and common folder is private to llama library g…
Browse files Browse the repository at this point in the history
  • Loading branch information
mofosyne committed Feb 3, 2025
1 parent d92cb67 commit a2da5a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ add_library(llama
unicode-data.cpp
)

target_include_directories(llama PUBLIC . ../include ../common)
target_include_directories(llama PRIVATE . ../include ../common)
target_compile_features (llama PUBLIC cxx_std_17) # don't bump

target_link_libraries(llama PUBLIC ggml)
Expand Down

0 comments on commit a2da5a2

Please sign in to comment.