https://github.com/Kitware/CMake
Raw File
Tip revision: 64130a7e793483e24c1d68bdd234f81d5edb2d51 authored by Brad King on 24 March 2016, 13:56:42 UTC
CMake 3.5.1
Tip revision: 64130a7
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