I am trying to use Ninja + CMake to build a project.
This project has a custom target that takes additional arguments.
E.g. make target option=value
It works fine in make
, however I am not sure how to get Ninja to take in additional command line arguments.
Is this possible with a Ninja build?