File tree Expand file tree Collapse file tree 4 files changed +6
-4
lines changed Expand file tree Collapse file tree 4 files changed +6
-4
lines changed Original file line number Diff line number Diff line change 1414
1515build /
1616build- * /
17+ debug /
18+ release /
1719
1820#  SPM
1921.build /
@@ -59,4 +61,4 @@ cmake-build-debug/
5961.gradle /
6062local.properties 
6163.log 
62- .exe 
64+ .exe 
Original file line number Diff line number Diff line change @@ -3,6 +3,6 @@ add_executable(${TARGET} cli.cpp)
33
44include (DefaultTargetOptions)
55
6- target_link_libraries (${TARGET}  PRIVATE  common whisper ${FFMPEG_LIBRARIES}  ${CMAKE_THREAD_LIBS_INIT} )
6+ target_link_libraries (${TARGET}  PRIVATE  common whisper ${FFMPEG_LIBRARIES}  ${CMAKE_THREAD_LIBS_INIT}   ${CMAKE_DL_LIBS} )
77
88install (TARGETS ${TARGET}  RUNTIME)
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ add_executable(${TARGET} server.cpp httplib.h)
33
44include (DefaultTargetOptions)
55
6- target_link_libraries (${TARGET}  PRIVATE  common json_cpp whisper ${CMAKE_THREAD_LIBS_INIT} )
6+ target_link_libraries (${TARGET}  PRIVATE  common json_cpp whisper ${CMAKE_THREAD_LIBS_INIT}   ${CMAKE_DL_LIBS} )
77
88if  (WIN32 )
99    target_link_libraries (${TARGET}  PRIVATE  ws2_32)
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ cmake_minimum_required(VERSION 3.18)  # for CMAKE_CUDA_ARCHITECTURES
33find_package (CUDAToolkit)
44
55if  (CUDAToolkit_FOUND)
6-     message (STATUS  "CUDA Toolkit found" )
6+     message (STATUS  "CUDA Toolkit found:  ${CUDAToolkit_VERSION} " )
77
88    if  (NOT  DEFINED  CMAKE_CUDA_ARCHITECTURES)
99        # native == GPUs available at build time 
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments