On 3/10/14, [email protected] <[email protected]> wrote: > Hi, > > Is there any *recent* guide that describes how to build a Mac OS X framework > using CMake. All I could find in Google was a 2009 discussion in this list > and a largely outdated (i think) page in the cmake wiki. > > I currently handle that in my project using a custom bash script, but I > would like to know if it can be done directly with CMake. > > Thanks in advance, > Aggelos Kolaitis > --
I don't know of any recent guide, though the CMake documentation does include it. However, I suspect it hasn't changed much if at all. It can be done with CMake, well at least the most common stuff. Some of the more esoteric stuff I'm not sure about. -Eric -- Beginning iPhone Games Development http://playcontrol.net/iphonegamebook/ -- Powered by www.kitware.com Please keep messages on-topic and check the CMake FAQ at: http://www.cmake.org/Wiki/CMake_FAQ Kitware offers various services to support the CMake community. For more information on each offering, please visit: CMake Support: http://cmake.org/cmake/help/support.html CMake Consulting: http://cmake.org/cmake/help/consulting.html CMake Training Courses: http://cmake.org/cmake/help/training.html Visit other Kitware open-source projects at http://www.kitware.com/opensource/opensource.html Follow this link to subscribe/unsubscribe: http://www.cmake.org/mailman/listinfo/cmake
