CMAKE_STATIC_LIBRARY_PREFIX.rst 257 B

12345678
  1. CMAKE_STATIC_LIBRARY_PREFIX
  2. ---------------------------
  3. The prefix for static libraries that you link to.
  4. The prefix to use for the name of a static library, ``lib`` on UNIX.
  5. ``CMAKE_STATIC_LIBRARY_PREFIX_<LANG>`` overrides this for language ``<LANG>``.