mirror of
https://github.com/Kitware/CMake.git
synced 2026-05-01 20:00:51 -05:00
9784834b4c
So, editor(s) can correctly highlight the RST syntax in the included files.
14 lines
488 B
ReStructuredText
14 lines
488 B
ReStructuredText
INTERFACE_COMPILE_FEATURES
|
|
--------------------------
|
|
|
|
.. versionadded:: 3.1
|
|
|
|
.. |property_name| replace:: compile features
|
|
.. |command_name| replace:: :command:`target_compile_features`
|
|
.. |PROPERTY_INTERFACE_NAME| replace:: ``INTERFACE_COMPILE_FEATURES``
|
|
.. |PROPERTY_LINK| replace:: :prop_tgt:`COMPILE_FEATURES`
|
|
.. include:: include/INTERFACE_BUILD_PROPERTY.rst
|
|
|
|
See the :manual:`cmake-compile-features(7)` manual for information on compile
|
|
features and a list of supported compilers.
|