init
This commit is contained in:
8
whisper.cpp-1.5.2/examples/talk/CMakeLists.txt
Normal file
8
whisper.cpp-1.5.2/examples/talk/CMakeLists.txt
Normal file
@@ -0,0 +1,8 @@
|
||||
if (WHISPER_SDL2)
|
||||
# talk
|
||||
set(TARGET talk)
|
||||
add_executable(${TARGET} talk.cpp gpt-2.cpp)
|
||||
target_link_libraries(${TARGET} PRIVATE common common-sdl whisper ${CMAKE_THREAD_LIBS_INIT})
|
||||
|
||||
include(DefaultTargetOptions)
|
||||
endif ()
|
||||
Reference in New Issue
Block a user