Skip to content

Commit d20a642

Browse files
ochafiktybalex
authored andcommitted
main: add --json-schema / -j flag (ggml-org#6659)
* main: add --json-schema / -j * json: move json-schema-to-grammar to common lib * json: fix zig build
1 parent 8971a0f commit d20a642

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/server/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ install(TARGETS ${TARGET} RUNTIME)
1111
target_compile_definitions(${TARGET} PRIVATE
1212
SERVER_VERBOSE=$<BOOL:${LLAMA_SERVER_VERBOSE}>
1313
)
14-
target_link_libraries(${TARGET} PRIVATE common json-schema-to-grammar ${CMAKE_THREAD_LIBS_INIT})
14+
target_link_libraries(${TARGET} PRIVATE common ${CMAKE_THREAD_LIBS_INIT})
1515
if (LLAMA_SERVER_SSL)
1616
find_package(OpenSSL REQUIRED)
1717
target_link_libraries(${TARGET} PRIVATE OpenSSL::SSL OpenSSL::Crypto)

0 commit comments

Comments
 (0)