CMake/Tests/CMakeCommands
Stephen Kelly 8ed59fc207 Add target_compile_features command.
This can be used to set the compiler features required by particular
targets. An error is issued at CMake time if the compiler does not
support the required feature. If a language dialect flag is required
by the features used, that will be added automatically.

Base the target_compile_features command on cmTargetPropCommandBase. This
gives us 'free' handling of IMPORTED, ALIAS, INTERFACE, non-compilable
and missing targets.
2014-04-07 18:11:18 +02:00
..
add_compile_options cmTarget: Don't update IMPORTED target compilation properties 2014-01-04 11:28:57 +01:00
target_compile_definitions cmTarget: Don't update IMPORTED target compilation properties 2014-01-04 11:28:57 +01:00
target_compile_features Add target_compile_features command. 2014-04-07 18:11:18 +02:00
target_compile_options Allow target commands to be invoked with no items (#14325). 2013-07-31 16:06:34 +02:00
target_include_directories cmTarget: Don't update IMPORTED target compilation properties 2014-01-04 11:28:57 +01:00
target_link_libraries Merge branch 'policy-CMP0022-fixes' into policy-CMP0022-fixes-for-master 2013-11-03 09:20:47 -05:00