Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Sign in
Toggle navigation
F
Front-End
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
abdullh.alsoleman
Front-End
Commits
f534d6e6
Unverified
Commit
f534d6e6
authored
Aug 06, 2020
by
stuartmorgan
Committed by
GitHub
Aug 06, 2020
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add flutter_engine.cc to Windows wrapper build (#62999)
parent
522d19e2
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
1 deletion
+2
-1
.template_version
...ools/templates/app/windows.tmpl/flutter/.template_version
+1
-1
CMakeLists.txt
...r_tools/templates/app/windows.tmpl/flutter/CMakeLists.txt
+1
-0
No files found.
packages/flutter_tools/templates/app/windows.tmpl/flutter/.template_version
View file @
f534d6e6
4
5
packages/flutter_tools/templates/app/windows.tmpl/flutter/CMakeLists.txt
View file @
f534d6e6
...
@@ -43,6 +43,7 @@ list(APPEND CPP_WRAPPER_SOURCES_PLUGIN
...
@@ -43,6 +43,7 @@ list(APPEND CPP_WRAPPER_SOURCES_PLUGIN
)
)
list
(
TRANSFORM CPP_WRAPPER_SOURCES_PLUGIN PREPEND
"
${
WRAPPER_ROOT
}
/"
)
list
(
TRANSFORM CPP_WRAPPER_SOURCES_PLUGIN PREPEND
"
${
WRAPPER_ROOT
}
/"
)
list
(
APPEND CPP_WRAPPER_SOURCES_APP
list
(
APPEND CPP_WRAPPER_SOURCES_APP
"flutter_engine.cc"
"flutter_view_controller.cc"
"flutter_view_controller.cc"
)
)
list
(
TRANSFORM CPP_WRAPPER_SOURCES_APP PREPEND
"
${
WRAPPER_ROOT
}
/"
)
list
(
TRANSFORM CPP_WRAPPER_SOURCES_APP PREPEND
"
${
WRAPPER_ROOT
}
/"
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment