mirror of
https://github.com/reactos/CMake.git
synced 2025-02-08 12:58:46 +00:00
![Brad King](/assets/img/avatar_default.png)
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.
|