mirror of
https://github.com/reactos/CMake.git
synced 2024-12-12 22:05:57 +00:00
322cdc4825
Extend sentences in other documentation linking to this manual to say that it has a list of supported compilers. Co-Author: Brad King <brad.king@kitware.com>
13 lines
541 B
ReStructuredText
13 lines
541 B
ReStructuredText
INTERFACE_COMPILE_FEATURES
|
|
--------------------------
|
|
|
|
.. |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`
|
|
.. |PROPERTY_GENEX| replace:: ``$<TARGET_PROPERTY:foo,INTERFACE_COMPILE_FEATURES>``
|
|
.. include:: INTERFACE_BUILD_PROPERTY.txt
|
|
|
|
See the :manual:`cmake-compile-features(7)` manual for information on compile
|
|
features and a list of supported compilers.
|