https://github.com/Kitware/CMake
Raw File
Tip revision: 39c6ac5112382093f99d2ee375162cdec57e4aec authored by Brad King on 01 June 2020, 11:56:25 UTC
CMake 3.16.8
Tip revision: 39c6ac5
CMAKE_ARCHIVE_OUTPUT_DIRECTORY.rst
CMAKE_ARCHIVE_OUTPUT_DIRECTORY
------------------------------

Where to put all the :ref:`ARCHIVE <Archive Output Artifacts>`
target files when built.

This variable is used to initialize the :prop_tgt:`ARCHIVE_OUTPUT_DIRECTORY`
property on all the targets.  See that target property for additional
information.
back to top