mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-15 11:10:19 -06: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)>`.
|