mirror of
https://github.com/reactos/CMake.git
synced 2025-02-03 02:24:13 +00: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>
8 lines
221 B
ReStructuredText
8 lines
221 B
ReStructuredText
IMPORTED_OBJECTS_<CONFIG>
|
|
-------------------------
|
|
|
|
<CONFIG>-specific version of :prop_tgt:`IMPORTED_OBJECTS` property.
|
|
|
|
Configuration names correspond to those provided by the project from
|
|
which the target is imported.
|