summaryrefslogtreecommitdiff
path: root/Help/prop_tgt/ANDROID_PROCESS_MAX.rst
diff options
context:
space:
mode:
authorMikhail Filimonov <mfilimonov@nvidia.com>2015-06-25 20:15:06 +0300
committerBrad King <brad.king@kitware.com>2015-07-14 14:24:05 -0400
commit8c0afaf45098dccaee51b50b40593ffb67c3e42a (patch)
treeef3b5f97dbaaf4cac18d3b40df3e8030e2808297 /Help/prop_tgt/ANDROID_PROCESS_MAX.rst
parent7a409983292e0917cf1299d55ca601a92fd4a36e (diff)
downloadcmake-8c0afaf45098dccaee51b50b40593ffb67c3e42a.tar.gz
VS: Add more Nsight Tegra generator Android property settings
Extend the Nsight Tegra project generator to add bunch of properties with the backing variables to fine-tune the generated projects. Add target properties that map to all "Configuration" PropertyGroups for each configuration: * ANDROID_ARCH * ANDROID_STL_TYPE Add target properties that map to the AntBuild section of vcxproj files: * ANDROID_ANT_ADDITIONAL_OPTIONS * ANDROID_ASSETS_DIRECTORIES * ANDROID_JAR_DEPENDENCIES * ANDROID_JAR_DIRECTORIES * ANDROID_JAVA_SOURCE_DIR * ANDROID_NATIVE_LIB_DEPENDENCIES * ANDROID_NATIVE_LIB_DIRECTORIES * ANDROID_PROCESS_MAX * ANDROID_PROGUARD * ANDROID_PROGUARD_CONFIG_PATH * ANDROID_SECURE_PROPS_PATH * ANDROID_SKIP_ANT_STEP Reviewed-by: Dmitry Polyanitsa <dpolyanitsa@nvidia.com>
Diffstat (limited to 'Help/prop_tgt/ANDROID_PROCESS_MAX.rst')
-rw-r--r--Help/prop_tgt/ANDROID_PROCESS_MAX.rst8
1 files changed, 8 insertions, 0 deletions
diff --git a/Help/prop_tgt/ANDROID_PROCESS_MAX.rst b/Help/prop_tgt/ANDROID_PROCESS_MAX.rst
new file mode 100644
index 0000000000..847acae5be
--- /dev/null
+++ b/Help/prop_tgt/ANDROID_PROCESS_MAX.rst
@@ -0,0 +1,8 @@
+ANDROID_PROCESS_MAX
+-------------------
+
+Set the Android property that defines the maximum number of a
+parallel Android NDK compiler processes (e.g. ``4``).
+This property is initialized by the value of the
+:variable:`CMAKE_ANDROID_PROCESS_MAX` variable if it is set
+when a target is created.