CMAKE_STATIC_LINKER_FLAGS.rst 422 B

123456789101112
  1. CMAKE_STATIC_LINKER_FLAGS
  2. -------------------------
  3. Flags to be used to create static libraries. These flags will be passed
  4. to the archiver when creating a static library.
  5. See also :variable:`CMAKE_STATIC_LINKER_FLAGS_<CONFIG>`.
  6. .. note::
  7. Static libraries do not actually link. They are essentially archives
  8. of object files. The use of the name "linker" in the name of this
  9. variable is kept for compatibility.