CMake/Tests/RunCMake/AndroidMK
Brad King b6d68766b1 Android.mk: Fix export of static libraries with PRIVATE dependencies
The `LINK_ONLY` generator expression is used to represent private
dependencies of static libraries in their `INTERFACE_LINK_LIBRARIES`
property value.  Fix evaluation of generator expressions during export
to support the `LINK_ONLY` genex.  Extend the RunCMake.AndroidMK test
with a case for this.
2018-02-14 11:24:05 -05:00
..
AndroidMK-check.cmake
AndroidMK.cmake Android.mk: Fix export of static libraries with PRIVATE dependencies 2018-02-14 11:24:05 -05:00
bar.c Android: Record use of C++ by static libs in exported Android.mk files 2016-10-07 15:02:42 -04:00
CMakeLists.txt
expectedBuildAndroidMK.txt Android: Record use of C++ by static libs in exported Android.mk files 2016-10-07 15:02:42 -04:00
expectedInstallAndroidMK.txt Android: Record use of C++ by static libs in exported Android.mk files 2016-10-07 15:02:42 -04:00
foo.cxx
RunCMakeTest.cmake