Skip to content

Commit bb8d8cf

Browse files
committed
sync : whisper.cpp (grammar-parser, skip)
1 parent 520ddb2 commit bb8d8cf

File tree

5 files changed

+461
-1
lines changed

5 files changed

+461
-1
lines changed

examples/whisper/CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ target_link_libraries(whisper-cpp PRIVATE
1010
)
1111

1212
set(TEST_TARGET whisper)
13-
add_executable(${TEST_TARGET} main.cpp)
13+
add_executable(${TEST_TARGET} main.cpp grammar-parser.cpp)
1414
target_link_libraries(${TEST_TARGET} PRIVATE whisper-cpp common)
1515
target_include_directories(${TEST_TARGET} PRIVATE ${CMAKE_CURRENT_SOURCE_DIR}/..)
1616
target_include_directories(${TEST_TARGET} PRIVATE ${CMAKE_CURRENT_SOURCE_DIR}/../../include/ggml)

0 commit comments

Comments
 (0)