Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | cmInstallExportGenerator: expose the temporary directory | Ben Boeckel | 2022-04-28 | 1 | -1/+1 |
| | | | | | | | | | | | | This needs to be known so that C++ module properties for the install can be staged beside the other files. Always perform the MD5 transformation (in non-bootstrap builds) so that the path can be computed prior to generation (where it used the longest configuration name to detect too-long paths). Update tests to expect the always-present MD5 value. Note that this improves robustness of the test suite as testing in a too-long path may have triggered the MD5 conversion anyways. | ||||
* | Add support for creating prebuilt Android.mk files | Bill Hoffman | 2016-09-13 | 1 | -0/+30 |
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 |