add_executable(vccli src/main.cpp)
target_link_libraries(vccli PRIVATE voicecat::voicecat)
target_compile_features(vccli PRIVATE cxx_std_20)
