ANDROID_NATIVE_LIB_DEPENDENCIES.rst 494 B

1234567891011121314
  1. ANDROID_NATIVE_LIB_DEPENDENCIES
  2. -------------------------------
  3. Set the Android property that specifies the .so dependencies.
  4. This is a string property.
  5. This property is initialized by the value of the
  6. :variable:`CMAKE_ANDROID_NATIVE_LIB_DEPENDENCIES` variable if it is set
  7. when a target is created.
  8. Contents of ``ANDROID_NATIVE_LIB_DEPENDENCIES`` may use
  9. "generator expressions" with the syntax ``$<...>``. See the
  10. :manual:`cmake-generator-expressions(7)` manual for
  11. available expressions.