DSL object for per-module CMake configurations, such as the path to your
CMakeLists.txt
build script.
Property | Description |
path | The relative path to your |
File
path
The relative path to your CMakeLists.txt
build script.
For example, if your
CMake build script is in the same folder as your module-level build.gradle
file,
you simply pass the following:
path "CMakeLists.txt"
Gradle requires this build script to add your CMake project as a build dependency and pull your native sources into your Android project.
Except as noted, this content is licensed under Apache 2.0.
For details and restrictions, see the Content License.