Add support for using the Ninja CMake Generator. Turns out not a lot of things needed changing, for one main reason: Ninja refreshes the build cache automatically when it detects changes or a missing target.
fprime-util generate --ninja generates a build cache using Ninja.
Testing/Review Recommendations
Beta release? I tested manually as much as I could, but I'm sure there's going to be edge cases.
Change Description
Add support for using the Ninja CMake Generator. Turns out not a lot of things needed changing, for one main reason: Ninja refreshes the build cache automatically when it detects changes or a missing target.
fprime-util generate --ninja
generates a build cache using Ninja.Testing/Review Recommendations
Beta release? I tested manually as much as I could, but I'm sure there's going to be edge cases.