CMAKE_LIBRARY_OUTPUT_DIRECTORY.rst 261 B

12345678
  1. CMAKE_LIBRARY_OUTPUT_DIRECTORY
  2. ------------------------------
  3. Where to put all the LIBRARY targets when built.
  4. This variable is used to initialize the LIBRARY_OUTPUT_DIRECTORY
  5. property on all the targets. See that target property for additional
  6. information.