1CMAKE_LIBRARY_OUTPUT_DIRECTORY_<CONFIG>
2---------------------------------------
3
4.. versionadded:: 3.3
5
6Where to put all the :ref:`LIBRARY <Library Output Artifacts>`
7target files when built for a specific configuration.
8
9This variable is used to initialize the
10:prop_tgt:`LIBRARY_OUTPUT_DIRECTORY_<CONFIG>` property on all the targets.
11See that target property for additional information.
12