sipasi
Results
1
comments of
sipasi
@lea108 I solved this by adding **windowsapp** to the **CMakeLists.txt** files in `windows\runner\CMakeLists.txt` add `target_link_libraries(${BINARY_NAME} PRIVATE windowsapp)` after `target_link_libraries(${BINARY_NAME} PRIVATE flutter flutter_wrapper_app)` in `windows\flutter\ephemeral\.plugin_symlinks\flutter_tts\windows\CMakeLists.txt` and `target_link_libraries(${PLUGIN_NAME} PRIVATE windowsapp)` after `target_link_libraries(${PLUGIN_NAME}...