flutter/packages/flutter_tools/templates
stuartmorgan 8abf0a6d8c
Switch to CMake for Linux desktop (#57238)
Updates the Linux templates to use CMake+ninja, rather than Make, and updates the tooling to generate CMake support files rather than Make support files, and to drive the build using cmake and ninja.

Also updates doctor to check for cmake and ninja in place of make.

Note: While we could use CMake+Make rather than CMake+ninja, in testing ninja handled the tool_backend.sh call much better, calling it only once rather than once per dependent target. While it does add another dependency that people are less likely to already have, it's widely available in package managers, as well as being available as a direct download. Longer term, we could potentially switch from ninja to Make if it's an issue.

Fixes #52751
2020-05-16 15:07:34 -07:00
..
app Switch to CMake for Linux desktop (#57238) 2020-05-16 15:07:34 -07:00
cocoapods Move embedding and linking Flutter frameworks into the tool (#51453) 2020-03-03 12:11:28 -08:00
driver Revert "Remove package:test dependency from flutter_test (#23755)" (#24004) 2018-11-06 09:12:48 -08:00
module remove intellij references to the v1 embedding jars now that the v2 embeddings are referenced via maven (#55353) 2020-04-22 13:33:13 -07:00
package Allow recent Dart language features (#52879) 2020-03-19 16:54:34 -07:00
plugin Switch to CMake for Linux desktop (#57238) 2020-05-16 15:07:34 -07:00