mirror of
https://github.com/Kitware/CMake.git
synced 2026-04-28 18:09:42 -05:00
9784834b4c
So, editor(s) can correctly highlight the RST syntax in the included files.
15 lines
395 B
ReStructuredText
15 lines
395 B
ReStructuredText
OBJCXXFLAGS
|
|
-----------
|
|
|
|
.. versionadded:: 3.16
|
|
|
|
.. include:: include/ENV_VAR.rst
|
|
|
|
Add default compilation flags to be used when compiling ``Objective C++`` (.mm) files.
|
|
|
|
.. |CMAKE_LANG_FLAGS| replace:: :variable:`CMAKE_OBJCXX_FLAGS <CMAKE_<LANG>_FLAGS>`
|
|
.. |LANG| replace:: ``OBJCXX``
|
|
.. include:: include/LANG_FLAGS.rst
|
|
|
|
See also :variable:`CMAKE_OBJCXX_FLAGS_INIT <CMAKE_<LANG>_FLAGS_INIT>`.
|