Albrecht Schlosser wrote: > Yes, from what I've seen and learned about CMake, I really like the idea to > use > CMake to support the IDE project files and _maybe_ drop autoconf (as > Christophe > did for gmsh). BTW: I didn't see XCode in the list of supported IDE's.
Cmake supports creating Xcode projects. And Apple's command-line tool Xcodebuild will compile such projects, taking advantage of other Macs on the network for distributed compilation. You can also create regular Unix makefiles on OSX. -Eric _______________________________________________ fltk-dev mailing list [email protected] http://lists.easysw.com/mailman/listinfo/fltk-dev
