mirror of
https://github.com/Kitware/CMake.git
synced 2026-04-26 08:08:24 -05:00
9922e70b1a
Move `.so` to the line above - otherwise it is being treated as a `roff`
macro, i.e.:
$ mandoc -Tlint /usr/local/man/man7/cmake-properties.7 | head -n 3
mandoc: /usr/local/man/man7/cmake-properties.7:1131:2: WARNING: .so is fragile, better use ln(1): so libraries.
mandoc: /usr/local/man/man7/cmake-properties.7: ERROR: No such file or directory
mandoc: /usr/local/man/man7/cmake-properties.7:1131:15: ERROR: .so request failed: .so libraries.
and causes other issues down the line.
17 lines
574 B
ReStructuredText
17 lines
574 B
ReStructuredText
ANDROID_NATIVE_LIB_DIRECTORIES
|
|
------------------------------
|
|
|
|
Set the Android property that specifies directories to search for the ``.so``
|
|
libraries.
|
|
|
|
This a string property that contains the directory paths separated
|
|
by semicolons.
|
|
|
|
This property is initialized by the value of the
|
|
:variable:`CMAKE_ANDROID_NATIVE_LIB_DIRECTORIES` variable if it is set when a
|
|
target is created.
|
|
|
|
Contents of ``ANDROID_NATIVE_LIB_DIRECTORIES`` may use "generator expressions"
|
|
with the syntax ``$<...>``. See the :manual:`cmake-generator-expressions(7)`
|
|
manual for available expressions.
|