mirror of
https://github.com/Kitware/CMake.git
synced 2026-03-11 03:50:43 -05:00
9 lines
351 B
ReStructuredText
9 lines
351 B
ReStructuredText
object-lib-multiarch
|
|
--------------------
|
|
|
|
* The :command:`add_library` command previously prohibited imported object
|
|
libraries when using potentially multi-architecture configurations.
|
|
This mostly affected the :generator:`Xcode` generator, e.g. when targeting
|
|
iOS or one of the other device platforms. This restriction has now been
|
|
removed.
|