v2 rebuild: GDI+ single-surface UI, self-calibrating progress, compact push-to-talk, GGML+Whisper integration
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
# Whisper library root CMakeLists
|
||||
# This falls through to whisper/src which contains the actual build logic
|
||||
|
||||
if(NOT TARGET ggml)
|
||||
add_subdirectory(${CMAKE_CURRENT_SOURCE_DIR}/../ggml ${CMAKE_CURRENT_BINARY_DIR}/ggml)
|
||||
endif()
|
||||
|
||||
add_subdirectory(src)
|
||||
Reference in New Issue
Block a user