Help: Fix xref typos in target_compile_options docs
Fix links to the COMPILE_OPTIONS directory and target properties.
This commit is contained in:
parent
845c83756e
commit
d51c1f090a
|
@ -20,8 +20,8 @@ alternative commands exist to add preprocessor definitions
|
||||||
(:command:`target_compile_definitions` and :command:`add_definitions`) or
|
(:command:`target_compile_definitions` and :command:`add_definitions`) or
|
||||||
include directories (:command:`target_include_directories` and
|
include directories (:command:`target_include_directories` and
|
||||||
:command:`include_directories`). See documentation of the
|
:command:`include_directories`). See documentation of the
|
||||||
:prop_tgt:`directory <COMPILE_OPTIONS>` and
|
:prop_dir:`directory <COMPILE_OPTIONS>` and
|
||||||
:prop_tgt:` target <COMPILE_OPTIONS>` ``COMPILE_OPTIONS`` properties.
|
:prop_tgt:`target <COMPILE_OPTIONS>` ``COMPILE_OPTIONS`` properties.
|
||||||
|
|
||||||
The ``INTERFACE``, ``PUBLIC`` and ``PRIVATE`` keywords are required to
|
The ``INTERFACE``, ``PUBLIC`` and ``PRIVATE`` keywords are required to
|
||||||
specify the scope of the following arguments. ``PRIVATE`` and ``PUBLIC``
|
specify the scope of the following arguments. ``PRIVATE`` and ``PUBLIC``
|
||||||
|
|
Loading…
Reference in New Issue