mirror of
https://github.com/Kitware/CMake.git
synced 2026-04-29 02:19:18 -05:00
eec93bceec
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>
9 lines
268 B
ReStructuredText
9 lines
268 B
ReStructuredText
install-TARGET_OBJECTS
|
|
----------------------
|
|
|
|
* The :command:`install(TARGETS)` command learned a new ``OBJECTS`` option to
|
|
specify where to install :ref:`Object Libraries`.
|
|
|
|
* The :command:`install(EXPORT)` command learned how to export
|
|
:ref:`Object Libraries`.
|