Sha256: 138baa8c4fedcf50b3398b7a9c67858c409d739e6bcd45fa8eee738442a3f46c
Contents?: true
Size: 650 Bytes
Versions: 1
Compression:
Stored size: 650 Bytes
Contents
STATIC_LIBRARY_FLAGS -------------------- Archiver (or MSVC librarian) flags for a static library target. Targets that are shared libraries, modules, or executables need to use the :prop_tgt:`LINK_OPTIONS` or :prop_tgt:`LINK_FLAGS` target properties. The ``STATIC_LIBRARY_FLAGS`` property, managed as a string, can be used to add extra flags to the link step of a static library target. :prop_tgt:`STATIC_LIBRARY_FLAGS_<CONFIG>` will add to the configuration ``<CONFIG>``, for example, ``DEBUG``, ``RELEASE``, ``MINSIZEREL``, ``RELWITHDEBINFO``, ... .. note:: This property has been superseded by :prop_tgt:`STATIC_LIBRARY_OPTIONS` property.
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
zxing_cpp_no_cmake-0.1.2 | ext/zxing/cmake/share/cmake-3.16/Help/prop_tgt/STATIC_LIBRARY_FLAGS.rst |