Skip to content

Commit

Permalink
remove extra deps
Browse files Browse the repository at this point in the history
  • Loading branch information
csukuangfj committed Jan 3, 2025
1 parent dfcdaa2 commit ce72774
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions c-api-examples/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@ if(SHERPA_ONNX_ENABLE_TTS)
target_link_libraries(offline-tts-c-api sherpa-onnx-c-api cargs)

add_executable(matcha-tts-zh-c-api matcha-tts-zh-c-api.c)
target_link_libraries(matcha-tts-zh-c-api sherpa-onnx-c-api cargs)
target_link_libraries(matcha-tts-zh-c-api sherpa-onnx-c-api)

add_executable(matcha-tts-en-c-api matcha-tts-en-c-api.c)
target_link_libraries(matcha-tts-en-c-api sherpa-onnx-c-api cargs)
target_link_libraries(matcha-tts-en-c-api sherpa-onnx-c-api)
endif()

if(SHERPA_ONNX_ENABLE_SPEAKER_DIARIZATION)
Expand Down

0 comments on commit ce72774

Please sign in to comment.