CMake/Help/release/dev/command-add_compile_definitions.rst
Marc Chevrier cb83314e65 add_compile_definitions: add new command
This command manages preprocessor definitions at directory level and
supports generator expressions.

Fixes: #15374
2018-04-20 09:28:13 -04:00

6 lines
223 B
ReStructuredText

command-add_compile_definitions
-------------------------------
* The :command:`add_compile_definitions` command was added to set preprocessor
definitions at directory level. This supersedes :command:`add_definitions`.