summaryrefslogtreecommitdiff
path: root/Source/cmInstallExportAndroidMKGenerator.cxx
Commit message (Collapse)AuthorAgeFilesLines
* Add support for creating prebuilt Android.mk filesBill Hoffman2016-09-131-0/+149
Add options to the `install()` and `export()` commands to export the targets we build into Android.mk files that reference them as prebuilt libraries with associated usage requirements (compile definitions, include directories, link libraries). This will allow CMake-built projects to be imported into projects using the Android NDK build system. Closes: #15562