mirror of
https://github.com/reactos/CMake.git
synced 2024-12-05 02:06:34 +00:00
dda6775c94
When a `PREBUILT_STATIC_LIBRARY` uses C++ in its sources then the `.a` file will have a link-time dependency on the C++ runtime libraries. Android NDK r14 will add a way to give this information to the NDK build system by adding a `LOCAL_HAS_CPP` setting to the `Android.mk` file. Add this for exported static libraries that use C++. |
||
---|---|---|
.. | ||
AndroidMK-check.cmake | ||
AndroidMK.cmake | ||
bar.c | ||
CMakeLists.txt | ||
expectedBuildAndroidMK.txt | ||
expectedInstallAndroidMK.txt | ||
foo.cxx | ||
RunCMakeTest.cmake |