Unverified Commit 97b7e155 authored by stuartmorgan's avatar stuartmorgan Committed by GitHub

Re-add line to Linux template CMakeLists.txt (#57538)

Re-adds a line that was accidentally removed in #57515
parent adead099
...@@ -52,6 +52,7 @@ list(APPEND CPP_WRAPPER_SOURCES_PLUGIN ...@@ -52,6 +52,7 @@ list(APPEND CPP_WRAPPER_SOURCES_PLUGIN
) )
list_prepend(CPP_WRAPPER_SOURCES_PLUGIN "${WRAPPER_ROOT}/") list_prepend(CPP_WRAPPER_SOURCES_PLUGIN "${WRAPPER_ROOT}/")
list(APPEND CPP_WRAPPER_SOURCES_APP list(APPEND CPP_WRAPPER_SOURCES_APP
"flutter_engine.cc"
"flutter_window_controller.cc" "flutter_window_controller.cc"
) )
list_prepend(CPP_WRAPPER_SOURCES_APP "${WRAPPER_ROOT}/") list_prepend(CPP_WRAPPER_SOURCES_APP "${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