Skip to content

Latest commit

 

History

History
28 lines (19 loc) · 1.01 KB

File metadata and controls

28 lines (19 loc) · 1.01 KB

Buildroot.cmake

This is a CMake module that can be used to drive multiple Buildroot builds from a CMake-generated build system.

It might be useful if...

  • ... you have a build process that involves building multiple images, with different configurations, from the same Buildroot source tree.

  • ... you want to use the output of one or more Buildroot builds as part of a larger CMake-generated build process.

  • ... you want to cache the results of one or more Buildroot builds using Artifactory.cmake, or some other binary artifact caching system that integrates with CMake.

For more information, see: