ANDROID_JAR_DIRECTORIES.rst 541 B

1234567891011121314
  1. ANDROID_JAR_DIRECTORIES
  2. -----------------------
  3. Set the Android property that specifies directories to search for
  4. the JAR libraries.
  5. This a string property that contains the directory paths separated by
  6. semicolons. This property is initialized by the value of the
  7. :variable:`CMAKE_ANDROID_JAR_DIRECTORIES` variable if it is set when
  8. a target is created.
  9. Contents of ``ANDROID_JAR_DIRECTORIES`` may use "generator expressions"
  10. with the syntax ``$<...>``. See the :manual:`cmake-generator-expressions(7)`
  11. manual for available expressions.