mirror of
https://github.com/Kitware/CMake.git
synced 2026-04-30 02:59:22 -05:00
9784834b4c
So, editor(s) can correctly highlight the RST syntax in the included files.
13 lines
434 B
ReStructuredText
13 lines
434 B
ReStructuredText
ARCHIVE_OUTPUT_DIRECTORY
|
|
------------------------
|
|
|
|
.. |XXX| replace:: :ref:`ARCHIVE <Archive Output Artifacts>`
|
|
.. |xxx| replace:: archive
|
|
.. |CMAKE_XXX_OUTPUT_DIRECTORY| replace:: :variable:`CMAKE_ARCHIVE_OUTPUT_DIRECTORY`
|
|
.. include:: include/XXX_OUTPUT_DIRECTORY.rst
|
|
|
|
.. |IDEM| replace:: in the same directory
|
|
.. include:: include/MACOS_IMPORT_FILES.rst
|
|
|
|
See also the :prop_tgt:`ARCHIVE_OUTPUT_DIRECTORY_<CONFIG>` target property.
|