diff --git a/examples/cli/CMakeLists.txt b/examples/cli/CMakeLists.txt index 3a73776c..81295530 100644 --- a/examples/cli/CMakeLists.txt +++ b/examples/cli/CMakeLists.txt @@ -5,4 +5,8 @@ include(DefaultTargetOptions) target_link_libraries(${TARGET} PRIVATE common whisper ${FFMPEG_LIBRARIES} ${CMAKE_THREAD_LIBS_INIT}) +if (WIN32) + target_sources(${TARGET} PRIVATE win32.manifest) +endif() + install(TARGETS ${TARGET} RUNTIME) diff --git a/examples/cli/win32.manifest b/examples/cli/win32.manifest new file mode 100644 index 00000000..f425b72f --- /dev/null +++ b/examples/cli/win32.manifest @@ -0,0 +1,10 @@ + + + + + + + UTF-8 + + +