User should be able to pass command line options: ``` cmake -DmyOption="foo" .. ``` or ``` make comple -DmyOption="foo" ``` In the existing examples or in a newer, add this features, and use it in the `build.gradle` files.
User should be able to pass command line options:
or
In the existing examples or in a newer, add this features, and use it in the
build.gradlefiles.