mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-06 13:51:33 -06:00
Teach install() and export() to handle the actual object files. Disallow this on Xcode with multiple architectures because it still cannot be cleanly supported there. Co-Author: Brad King <brad.king@kitware.com>
6 lines
158 B
ReStructuredText
6 lines
158 B
ReStructuredText
add_library-TARGET_OBJECTS
|
|
--------------------------
|
|
|
|
* The :command:`add_library` command ``IMPORTED`` option learned to support
|
|
:ref:`Object Libraries`.
|