blob: 0d309d6d5d05039ed09793a4e7359bad11da96bd (
plain)
1
2
3
4
5
6
7
8
|
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.
|