CMake/Help/release/dev
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
..
0-sample-topic.rst Begin post-3.0 development 2014-02-19 09:30:37 -05:00
ExternalProject-BUILD_ALWAYS.rst Help: Add ExternalProject-BUILD_ALWAYS topic release notes 2014-02-27 09:09:02 -05:00
ExternalProject-no-download-progress.rst Help: Add notes for topic 'ExternalProject-no-download-progress' 2014-03-17 13:12:10 -04:00
ExternalProject_exclude-from-all.rst Help: Add notes for topic 'ExternalProject_exclude-from-all' 2014-04-03 13:14:29 -04:00
FeatureSummary_combine_WHAT_values.rst Help: Add release notes for topic 'FeatureSummary_combine_WHAT_values' 2014-03-05 11:20:28 -05:00
FindGTest-AUTO-SOURCES.rst Help: Add FindGTest-AUTO-SOURCES topic release notes 2014-02-27 08:54:13 -05:00
FindHg-WC_INFO.rst Help: Add FindHg-WC_INFO topic release notes 2014-02-27 09:03:32 -05:00
FindPkgConfig-PKG_CONFIG.rst Help: Add release notes for topic 'FindPkgConfig-PKG_CONFIG' 2014-02-28 09:48:20 -05:00
add-FindOpenCL.rst Help: Add release notes for topic 'add-FindOpenCL' 2014-02-28 09:18:06 -05:00
add_custom_command-DEPENDS-genex.rst add_custom_command: Evaluate generator expressions in DEPENDS 2014-03-20 09:21:56 -04:00
compile-language-features.rst Add target_compile_features command. 2014-04-07 18:11:18 +02:00
cpack-deb-compression-types.rst Help: Add release notes for topic 'cpack-deb-compression-types' 2014-03-14 09:34:14 -04:00
ctest-coverage-extra.rst Help: Add release notes for topic 'ctest-coverage-extra' 2014-03-10 10:21:11 -04:00
ctest-intel-coverage.rst Help: Add release notes for topic 'ctest-intel-coverage' 2014-03-14 10:31:30 -04:00
custom-ninja-deptypes.rst ninja: Add support for custom depfile formats 2014-03-23 23:54:13 -04:00
faster-parsers.rst Help: Add release notes for the 'faster-parsers' topic 2014-02-25 10:56:10 -05:00
link-libraries-response-files.rst Windows: Use response files to specify link libraries for GNU tools 2014-03-05 13:07:41 -05:00
msvc-compiler-pdb-files.rst MSVC: Add properties to configure compiler PDB files (#14762) 2014-02-26 09:34:38 -05:00
string-GENEX_STRIP.rst cmStringCommand: Add GENEX_STRIP subcommand. 2014-03-31 23:18:44 +02:00
target-INTERFACE_SOURCES.rst cmTarget: Allow transitive evaluation of SOURCES property. 2014-04-02 23:14:02 +02:00
target-SOURCES-genex.rst cmTarget: Allow any generator expression in SOURCES property. 2014-04-02 23:12:56 +02:00
target-SOURCES-write.rst Make the SOURCES target property writable. 2014-04-02 23:14:02 +02:00
target_sources-command.rst target_sources: New command to add sources to target. 2014-04-02 23:14:02 +02:00