make : add grammar parser to common objects

This commit is contained in:
Georgi Gerganov
2024-03-28 11:59:48 +02:00
parent 2948c740a2
commit 9fb308d90f
2 changed files with 4 additions and 3 deletions

View File

@ -27,6 +27,7 @@ add_library(${TARGET} STATIC
common.cpp
common-ggml.h
common-ggml.cpp
grammar-parser.h
grammar-parser.cpp
)