diff options
Diffstat (limited to 'Help/module/CMAKE_REQUIRED_DEFINITIONS.txt')
-rw-r--r-- | Help/module/CMAKE_REQUIRED_DEFINITIONS.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Help/module/CMAKE_REQUIRED_DEFINITIONS.txt b/Help/module/CMAKE_REQUIRED_DEFINITIONS.txt new file mode 100644 index 0000000..17289c3 --- /dev/null +++ b/Help/module/CMAKE_REQUIRED_DEFINITIONS.txt @@ -0,0 +1,4 @@ + ``CMAKE_REQUIRED_DEFINITIONS`` + A :ref:`;-list <CMake Language Lists>` of compiler definitions of the form + ``-DFOO`` or ``-DFOO=bar``. A definition for the name specified by + ``<resultVar>`` will also be added automatically. |