mirror of
https://github.com/Kitware/CMake.git
synced 2025-10-18 17:31:57 +08:00
15 lines
375 B
ReStructuredText
15 lines
375 B
ReStructuredText
CSFLAGS
|
|
-------
|
|
|
|
.. versionadded:: 3.9.2
|
|
|
|
.. include:: include/ENV_VAR.rst
|
|
|
|
Add default compilation flags to be used when compiling ``CSharp`` files.
|
|
|
|
.. |CMAKE_LANG_FLAGS| replace:: :variable:`CMAKE_CSharp_FLAGS <CMAKE_<LANG>_FLAGS>`
|
|
.. |LANG| replace:: ``CSharp``
|
|
.. include:: include/LANG_FLAGS.rst
|
|
|
|
See also :variable:`CMAKE_CSharp_FLAGS_INIT <CMAKE_<LANG>_FLAGS_INIT>`.
|