You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

16 lines
570 B

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