Skip to content

Commit ba10b47

Browse files
author
ochafik
committed
Add missing link dep for windows build
1 parent b5a74d1 commit ba10b47

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -134,6 +134,7 @@ llama_target_and_test(test-chat-template.cpp)
134134
llama_target_and_test(test-gguf.cpp)
135135
llama_target_and_test(test-backend-ops.cpp)
136136
llama_target_and_test(test-chat-handler.cpp)
137+
target_link_libraries(test-chat-handler PRIVATE llama)
137138

138139
llama_target_and_test(test-model-load-cancel.cpp LABEL "model")
139140
llama_target_and_test(test-autorelease.cpp LABEL "model")

0 commit comments

Comments
 (0)