Add 'ANDROID_API' target property to set Android Target API

Also add a 'CMAKE_ANDROID_API' variable to set the property default.
This commit is contained in:
Brad King
2014-09-02 13:53:26 -04:00
parent 9a4df52aa1
commit c12e46991e
6 changed files with 21 additions and 0 deletions

View File

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