1CMAKE_LIBRARY_OUTPUT_DIRECTORY
2------------------------------
3
4Where to put all the :ref:`LIBRARY <Library Output Artifacts>`
5target files when built.
6
7This variable is used to initialize the :prop_tgt:`LIBRARY_OUTPUT_DIRECTORY`
8property on all the targets.  See that target property for additional
9information.
10