diff options
author | Alex Turbov <i.zaufi@gmail.com> | 2022-11-06 21:27:21 (GMT) |
---|---|---|
committer | Alex Turbov <i.zaufi@gmail.com> | 2022-11-09 19:52:30 (GMT) |
commit | d4d1f8529752f25c64d3d0ab54768b7b93785a3f (patch) | |
tree | dddfcd3cc94ae38312fdb09ff90139510e66d4fc /Help/command/add_compile_options.rst | |
parent | 968224484f1c32fc2057addb44a6e533f384dd2b (diff) | |
download | CMake-d4d1f8529752f25c64d3d0ab54768b7b93785a3f.zip CMake-d4d1f8529752f25c64d3d0ab54768b7b93785a3f.tar.gz CMake-d4d1f8529752f25c64d3d0ab54768b7b93785a3f.tar.bz2 |
Help: Move a note about arguments and genexes into include file
Diffstat (limited to 'Help/command/add_compile_options.rst')
-rw-r--r-- | Help/command/add_compile_options.rst | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/Help/command/add_compile_options.rst b/Help/command/add_compile_options.rst index 6ae7efb..ad65357 100644 --- a/Help/command/add_compile_options.rst +++ b/Help/command/add_compile_options.rst @@ -14,10 +14,8 @@ directory and below. Arguments ^^^^^^^^^ -Arguments to ``add_compile_options`` may use "generator expressions" with -the syntax ``$<...>``. See the :manual:`cmake-generator-expressions(7)` -manual for available expressions. See the :manual:`cmake-buildsystem(7)` -manual for more on defining buildsystem properties. +.. |command_name| replace:: ``add_compile_options`` +.. include:: GENEX_NOTE.txt .. include:: OPTIONS_SHELL.txt |