mirror of
https://gitlab.kitware.com/cmake/cmake.git
synced 2026-09-26 04:09:35 +03:00
This allows users to specify different genex-based compile flags for each file in a target, e.g. compiling just a single file with `Od/Ox` in release builds on Visual Studio.
6 lines
188 B
ReStructuredText
6 lines
188 B
ReStructuredText
src-COMPILE_FLAGS-genex
|
|
-----------------------
|
|
|
|
* The :prop_sf:`COMPILE_FLAGS` source file property learned to support
|
|
:manual:`generator expressions <cmake-generator-expressions(7)>`.
|