<!DOCTYPE html PUBLIC '-//W3C//DTD HTML 4.01 Transitional//EN'>
<html>
<head>
 <meta http-equiv='Content-Type' content='text/html;charset=us-ascii'>
 <style>BODY{font:10pt Tahoma, Verdana, sans-serif;}</style>
</head>
<body>
Hi all!<br>
<br>
We use CMake to build our software on Mac OS X and right now we are
trying to port the program to the Intel Mac platform. Apple has support
for creating so-called universal binaries. I compile one executable for
PPC, one executable for Intel and finally I merge them into one file
(universal binary) with Apple-supplied "lipo" utility.<br>
<br>
Is there any support in CMake for this kind of build process? Is anyone
else on this list also going to build universal binaries for Mac OS X?
I'd like to share any tips or knowledge.<br>
<br>
At this moment, it seems to me that the best option would be creating a
Xcode project file and build the program using Xcode and the generated
project file, using built-in Xcode ability to produce universal
binaries.<br>
<br>
Regards,<br>
Jaroslav Snajdr<br>
Kerio Technologies<br>
<br>
<br></body></html>