https://github.com/Kitware/CMake
Raw File
Tip revision: a49a467fd02dded8e8976008082659054484b8fe authored by Brad King on 03 March 2015, 13:38:36 UTC
CMake 3.2.0
Tip revision: a49a467
COMPILE_DEFINITIONS_CONFIG.rst
COMPILE_DEFINITIONS_<CONFIG>
----------------------------

Ignored.  See CMake Policy :policy:`CMP0043`.

Per-configuration preprocessor definitions on a source file.

This is the configuration-specific version of COMPILE_DEFINITIONS.
Note that Xcode does not support per-configuration source file flags
so this property will be ignored by the Xcode generator.
back to top