OVMS3-idf/tools/cmake/scripts
Angus Gratton c921f14128 cmake: Generate list of components with dependent items first, use deterministic ordering
Guarantees that a component's project_include.cmake will be called after its dependent components'
project_include.cmake. Because of cycles in the dependency graph, this is less useful than you'd
think but it gives a strong guarantee for any component which is not part of a cycle.

Also applies deterministic ordering (ordering is initialised as COMPONENT_REQUIRES_COMMON then all
COMPONENTS in alphabetical order, but then the sorting by dependencies is applied.)
2018-08-31 12:29:13 +08:00
..
data_file_embed_asm.cmake Place embedded data on flash 2018-08-29 20:22:55 +08:00
expand_requirements.cmake cmake: Generate list of components with dependent items first, use deterministic ordering 2018-08-31 12:29:13 +08:00
fail.cmake cmake: Account for missing partition CSV file at cmake runtime 2018-08-29 20:22:55 +08:00