Files
CMake/Help/command
Deniz Bahadir fe4b25ec2f Teach target_* commands to set INTERFACE properties of IMPORTED targets
Now, several `INTERFACE_*` properties can be set on `IMPORTED` targets,
not only via `set_property` and `set_target_properties` but also via
`target_compile_definitions`, `target_compile_features`,
`target_compile_options`, `target_include_directories`, `target_sources`
and `target_link_libraries`.

Fixes: #15689
Issue: #17197
2017-10-26 09:11:04 -04:00
..
2016-02-03 11:13:17 -05:00
2017-04-11 10:17:00 -04:00
2016-06-13 09:55:17 -04:00
2017-09-07 13:36:11 -04:00