CMake/Help
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
..
command Add target_compile_features command. 2014-04-07 18:11:18 +02:00
generator Add support for codelite IDE project fles 2014-01-10 09:20:11 +02:00
include Help: Factor out COMPILE_DEFINITIONS disclaimer duplication 2013-10-16 09:22:38 -04:00
manual Add target_compile_features command. 2014-04-07 18:11:18 +02:00
module Add FindOpenCL module 2014-02-26 08:53:00 -05:00
policy Merge topic 'target-sources-refactor' 2014-04-03 12:51:51 -04:00
prop_cache Convert builtin help to reStructuredText source files 2013-10-15 14:12:03 -04:00
prop_dir Help: Document relation of properties to the rest of the buildsystem. 2014-02-06 16:15:53 -05:00
prop_gbl Help: Reformat Qt autogenerator documentation. 2014-01-04 11:28:57 +01:00
prop_sf Help: Reformat Qt autogenerator documentation. 2014-01-04 11:28:57 +01:00
prop_test allow to mark a test as "Not Run" with a specific return code (#8466) 2014-01-14 23:57:40 +01:00
prop_tgt cmTarget: Transitively evaluate compiler features. 2014-04-07 18:11:18 +02:00
release Add target_compile_features command. 2014-04-07 18:11:18 +02:00
variable Add target_compile_features command. 2014-04-07 18:11:18 +02:00
index.rst Help: Add documents for release notes 2014-02-04 11:15:12 -05:00