mirror of
https://github.com/reactos/CMake.git
synced 2024-12-13 14:27:23 +00:00
eeaa25e521
Also add a 'CMAKE_ANDROID_API_MIN' variable to set the property default. Teach the VS generator to write the MIN API value into Nsight Tegra project files.
8 lines
311 B
ReStructuredText
8 lines
311 B
ReStructuredText
ANDROID_API_MIN
|
|
---------------
|
|
|
|
Set the Android MIN API version (e.g. ``9``). The version number
|
|
must be a positive decimal integer. This property is initialized by
|
|
the value of the :variable:`CMAKE_ANDROID_API_MIN` variable if it is set
|
|
when a target is created. Native code builds using this API version.
|