d401aa21c9
Add sections to the cmake-buildsystem(7) manual and cross-reference them with relevant variables and target properties. This avoids duplicating the information and allows it to be more detailed.
10 lines
327 B
ReStructuredText
10 lines
327 B
ReStructuredText
LIBRARY_OUTPUT_DIRECTORY
|
|
------------------------
|
|
|
|
.. |XXX| replace:: :ref:`LIBRARY <Library Output Artifacts>`
|
|
.. |xxx| replace:: library
|
|
.. |CMAKE_XXX_OUTPUT_DIRECTORY| replace:: CMAKE_LIBRARY_OUTPUT_DIRECTORY
|
|
.. include:: XXX_OUTPUT_DIRECTORY.txt
|
|
|
|
See also the :prop_tgt:`LIBRARY_OUTPUT_DIRECTORY_<CONFIG>` target property.
|