mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-02 03:39:43 -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>
5 lines
28 B
C
5 lines
28 B
C
int b(void)
|
|
{
|
|
return 0;
|
|
}
|