From ee5c08f79586317c49e950c8d06b1f45bdc38efe Mon Sep 17 00:00:00 2001 From: Nick Fisher Date: Fri, 25 Oct 2024 14:16:22 +1100 Subject: [PATCH] fix: (flutter) (windows) remove deleted source file from Windows CMakeLists --- thermion_flutter/thermion_flutter/windows/CMakeLists.txt | 1 - 1 file changed, 1 deletion(-) diff --git a/thermion_flutter/thermion_flutter/windows/CMakeLists.txt b/thermion_flutter/thermion_flutter/windows/CMakeLists.txt index b4ed1cbb..43f2e9c1 100644 --- a/thermion_flutter/thermion_flutter/windows/CMakeLists.txt +++ b/thermion_flutter/thermion_flutter/windows/CMakeLists.txt @@ -33,7 +33,6 @@ add_library(${PLUGIN_NAME} SHARED "include/thermion_flutter/thermion_flutter_plugin_c_api.h" "thermion_flutter_plugin_c_api.cpp" ${PLUGIN_SOURCES} - "include/material/image.c" ) set(CMAKE_WINDOWS_EXPORT_ALL_SYMBOLS ON)