We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1859c2a commit d2257d2Copy full SHA for d2257d2
packages/win_toast/windows/CMakeLists.txt
@@ -32,9 +32,11 @@ apply_standard_settings(${PLUGIN_NAME})
32
set_target_properties(${PLUGIN_NAME} PROPERTIES
33
CXX_VISIBILITY_PRESET hidden)
34
target_compile_definitions(${PLUGIN_NAME} PRIVATE FLUTTER_PLUGIN_IMPL)
35
+
36
target_include_directories(${PLUGIN_NAME} INTERFACE
37
"${CMAKE_CURRENT_SOURCE_DIR}/include")
-target_link_libraries(${PLUGIN_NAME} PRIVATE flutter flutter_wrapper_plugin)
38
39
+target_link_libraries(${PLUGIN_NAME} PRIVATE flutter flutter_wrapper_plugin windowsapp)
40
41
# List of absolute paths to libraries that should be bundled with the plugin
42
set(win_toast_bundled_libraries
0 commit comments