CMake/Tests/RunCMake/AndroidMK
Marc Chevrier c1f5a44b28 LINK_OPTIONS: Add new family of properties
This family enable to manage link flags

Three new properties:
* directory property: LINK_OPTIONS
* target properties: LINK_OPTIONS and INTERFACE_LINK_OPTIONS

Two new commands
* add_link_options(): to populate directory property
* target_link_options(): to populate target properties

Fixes: #16543
2018-06-06 17:22:39 +02:00
..
AndroidMK-check.cmake Add support for creating prebuilt Android.mk files 2016-09-13 12:47:43 -04:00
AndroidMK.cmake LINK_OPTIONS: Add new family of properties 2018-06-06 17:22:39 +02: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 Add support for creating prebuilt Android.mk files 2016-09-13 12:47:43 -04:00
expectedBuildAndroidMK.txt LINK_OPTIONS: Add new family of properties 2018-06-06 17:22:39 +02:00
expectedInstallAndroidMK.txt LINK_OPTIONS: Add new family of properties 2018-06-06 17:22:39 +02:00
foo.cxx Add support for creating prebuilt Android.mk files 2016-09-13 12:47:43 -04:00
RunCMakeTest.cmake Add support for creating prebuilt Android.mk files 2016-09-13 12:47:43 -04:00