blob: c88932164a2aa75ed6f021102ad8ebe8de08357b (
plain)
1
2
3
4
5
6
7
8
9
|
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.
|