Skip to content

Commit a2da5a2

Browse files
committed
cmake: include folder and common folder is private to llama library #11630
1 parent d92cb67 commit a2da5a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ add_library(llama
2929
unicode-data.cpp
3030
)
3131

32-
target_include_directories(llama PUBLIC . ../include ../common)
32+
target_include_directories(llama PRIVATE . ../include ../common)
3333
target_compile_features (llama PUBLIC cxx_std_17) # don't bump
3434

3535
target_link_libraries(llama PUBLIC ggml)

0 commit comments

Comments
 (0)