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