Add 'ANDROID_API_MIN' target property to set Android Target MIN API

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.
This commit is contained in:
Dmitry Polyanitsa
2014-12-17 17:11:51 +03:00
committed by Brad King
parent 1b3ab3318d
commit eeaa25e521
9 changed files with 30 additions and 2 deletions

View File

@@ -0,0 +1,5 @@
CMAKE_ANDROID_API_MIN
---------------------
Default value for the :prop_tgt:`ANDROID_API_MIN` target property.
See that target property for additional information.