COMPILE_DEFINITIONS_CONFIG.rst 512 B

1234567891011121314
  1. COMPILE_DEFINITIONS_<CONFIG>
  2. ----------------------------
  3. .. deprecated:: 3.0
  4. Prefer the :prop_sf:`COMPILE_DEFINITIONS` source-file property with
  5. :manual:`generator expressions <cmake-generator-expressions(7)>`.
  6. Per-configuration preprocessor definitions on a source file.
  7. This is the configuration-specific version of :prop_sf:`COMPILE_DEFINITIONS`.
  8. Note that :generator:`Xcode` does not support per-configuration source
  9. file flags so this property will be ignored by the :generator:`Xcode` generator.