File size: 228 Bytes
30197de
 
d1d1943
 
 
 
1
2
3
4
5
6
7
add_executable(main ./deprecation-warning.cpp)
add_executable(bench ./deprecation-warning.cpp)
if (WHISPER_SDL2)
    add_executable(stream ./deprecation-warning.cpp)
    add_executable(command ./deprecation-warning.cpp)
endif()