cmake/Help/variable/CMAKE_LANG_FLAGS_CONFIG.rst

10 lines
364 B
ReStructuredText
Raw Normal View History

2018-04-23 21:13:27 +02:00
CMAKE_<LANG>_FLAGS_<CONFIG>
---------------------------
Flags for language ``<LANG>`` when building for the ``<CONFIG>`` configuration.
2021-09-14 00:13:48 +02:00
The flags in this variable will be passed to the compiler after those
in the :variable:`CMAKE_<LANG>_FLAGS` variable, but before flags added
by the :command:`add_compile_options` or :command:`target_compile_options`
commands.