Unverified Commit 8489d460 authored by stuartmorgan's avatar stuartmorgan Committed by GitHub

Update Windows template for wrapper file change (#64173)

* Minor adjustment for engine change, and rev template version

* whitespace fix
parent ca0ddbbc
...@@ -34,7 +34,7 @@ add_dependencies(flutter flutter_assemble) ...@@ -34,7 +34,7 @@ add_dependencies(flutter flutter_assemble)
# === Wrapper === # === Wrapper ===
list(APPEND CPP_WRAPPER_SOURCES_CORE list(APPEND CPP_WRAPPER_SOURCES_CORE
"engine_method_result.cc" "core_implementations.cc"
"standard_codec.cc" "standard_codec.cc"
) )
list(TRANSFORM CPP_WRAPPER_SOURCES_CORE PREPEND "${WRAPPER_ROOT}/") list(TRANSFORM CPP_WRAPPER_SOURCES_CORE PREPEND "${WRAPPER_ROOT}/")
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment