blob: b09a8b7c71d01b9f61222ea4f402b108f9b2c235 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
ANDROID_ASSETS_DIRECTORIES
--------------------------
.. versionadded:: 3.4
Set the Android assets directories to copy into the main assets
folder before build. This a string property that contains the
directory paths separated by semicolon.
This property is initialized by the value of the
:variable:`CMAKE_ANDROID_ASSETS_DIRECTORIES` variable if it is set when
a target is created.
|